Fix Error sudo: add-apt-repository: not found

I got this error while I was trying to add a PPA at school, on a Ubuntu 12.04 LTS Server.python

To fix this error, you have to install the software-properties-common:ide

$ sudo apt-get install software-properties-commonthis

just need to insatll this command is ok.spa

 

########################################################################code

 

This is all. Now your command for adding PPAs works like a charm.get

If you want to find out how I have fixed this error by myself, without external / Google help, read further.it

I have search with apt-file for the add-apt-repository and found out in which package is the command located. Apt file searches for files, inside packages and tells you in what package the file you had searched is located.date

It is not installed by default, so you need to do this:file

$ sudo apt-get install apt-file && apt-file updatecommand

This is how you use apt-file for fishing files inside packages:

$ apt-file search add-apt-repository
python-software-properties: /usr/bin/add-apt-repository
python-software-properties
: /usr/share/man/man1/add-apt-repository.1.gz

So, indeed, it is in the python-software-properties package.

相關文章
相關標籤/搜索