Add-apt-repository: Command Not Found Ubuntu 18.04 Code Example
Example 1: apt-add-repository command not found
sudo apt-get install software-properties-common sudo apt-get update
Example 2: Fix ‘add-apt-repository command not found’ Error on Ubuntu and Debian
//Debian GNU/Linux and chromebook linux sudo apt install software-properties-common
Example 3: bash: apt-add-repository: command not found
apt-get install software-properties-common
Comments
Post a Comment