add-apt-repository command not found ubuntu 20.04 code example
Example 1: add-apt-repository command not found
// Ubuntu
sudo apt-get install software-properties-common
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: add-apt-repository:
sudo apt-get install software-properties-common
Example 4: add-apt-repository command not found ubuntu 20.04
to correct the problem.