Shell/Bash: apt-add-repository command not found Example
Shell/Bash Example: This is the "apt-add-repository command not found" Example. compiled from many sources on the internet by SimpleTutorials.org
add-apt-repository command not found
// Ubuntu sudo apt-get install software-properties-common
apt-add-repository command not found
sudo apt-get install software-properties-common sudo apt-get update
add-apt-repository command not found
sudo apt-get install software-properties-common
Fix ‘add-apt-repository command not found’ Error on Ubuntu and Debian
//Debian GNU/Linux and chromebook linux sudo apt install software-properties-common
bash: apt-add-repository: command not found
apt-get install software-properties-common
* Summary: This "apt-add-repository command not found" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!