Saturday, April 5, 2014

Ubuntu "add-apt-repository" command missing?

If you are running a minimal version of Ubuntu Server and you need to use "add-apt-repository" command in lieu of editing /etc/apt/sources.list.d or /etc/apt/sources.list file manually, you would have to install two packages:-

1. $sudo apt-get install software-properties-common
2. $sudo apt-get install python-software-properties

No comments:

Post a Comment