add-apt-repository: command not foundNewly Deployed Cloud VPS and Minimal Installation Images of Debian and Ubuntu you receive the following error add-apt-repository: command not found.
You can fix the following error by running this command on your Debian or Ubuntu System.
sudo apt-get install software-properties-commonSometimes you may not need sudo if you're logged in as root. In that case you can run it as
apt-get install software-properties-commonOnce you’ve installed software-properties-common, it is best to run a apt-update command
sudo apt-get update
or
apt-get update
~ CSpace Hostings / https://cspacehostings.com
