The BlackBuntu Project provides a ready-to-use system in the ISO format, as well as a vast amount of additional software that can be installed apart from the official BlackBuntu repository. The BlackBuntu repository is used to provide officially supported software, system updates and security fixes.
Default Network Repository Value
On a standard, clean install of BlackBuntu Linux, with network access, you should have the following entry present in /etc/apt/sources.list.d/blackbuntu.list
:
$ grep -v '#' /etc/apt/sources.list.d/blackbuntu.list | sort -u
deb [arch=amd64 signed-by=/etc/apt/keyrings/blackbuntu-pubkey.asc] https://packages.blackbuntu.org jammy main
Add BlackBuntu Repository to Ubuntu
If you want to be enable to install BlackBuntu tools on a Ubuntu or any derivative Distribution this is how to do:
$ wget --quiet -O - https://packages.blackbuntu.org/pubkey.asc | sudo tee /etc/apt/keyrings/blackbuntu-pubkey.asc
$ echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/blackbuntu-pubkey.asc] https://packages.blackbuntu.org $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/blackbuntu.list
$ sudo apt update
You can now install all the libraries, packages and tools available in BlackBuntu into your Ubuntu or derivative distribution. For the list of all available packages we invite you to visit our tools section.
Don't Want to Miss Anything?
Sign up for Newsletters
* Yes, I agree to the terms and privacy policy.