Ubuntu: add-apt-repository: command not found

When you're using a minimal Ubuntu install if you find the 'add-apt-repository' command is missing (it's useful for adding PPAs and other repositories), then simply run:

sudo apt-get install python-software-properties

Show Comments