LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   add-apt-repostory command not found (https://www.linuxquestions.org/questions/ubuntu-63/add-apt-repostory-command-not-found-4175420275/)

froylan 08-03-2012 07:55 PM

add-apt-repostory command not found
 
i'm trying to add this ppa from the terminal ppa:jd-team/jdownloader but it repeats command not found,can anyone help me?

sag47 08-03-2012 10:47 PM

Code:

sam@farcry:~$ dpkg -S add-apt-repository
python-software-properties: /usr/bin/add-apt-repository
python-software-properties: /usr/share/man/man1/add-apt-repository.1.gz

Code:

sam@farcry:~$ sudo apt-get install apt-file
sam@farcry:~$ apt-file update
sam@farcry:~$ 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

I would say you need to install the python-software-properties package in 12.04. Usually it comes installed by default.

Code:

sudo apt-get install python-software-properties
SAM

froylan 08-04-2012 12:06 AM

Quote:

Originally Posted by sag47 (Post 4745549)
Code:

sam@farcry:~$ dpkg -S add-apt-repository
python-software-properties: /usr/bin/add-apt-repository
python-software-properties: /usr/share/man/man1/add-apt-repository.1.gz

Code:

sam@farcry:~$ sudo apt-get install apt-file
sam@farcry:~$ apt-file update
sam@farcry:~$ 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

I would say you need to install the python-software-properties package in 12.04. Usually it comes installed by default.

Code:

sudo apt-get install python-software-properties
SAM

i installed it but it ididn't actually installed,updated nor removed nothing

coolbeans777 08-05-2012 11:35 AM

This is going to sound retarded, but did you check the spelling and did you use sudo? In the title you spelled it wrong, and the command might not be recognized if you're not logged into root or using sudo.

froylan 08-11-2012 07:44 AM

Quote:

Originally Posted by coolbeans777 (Post 4746502)
This is going to sound retarded, but did you check the spelling and did you use sudo? In the title you spelled it wrong, and the command might not be recognized if you're not logged into root or using sudo.

yes i did,it didn't sounded retarded,i gave up and installed a live CD with the program installed,but your answer was helpfull


All times are GMT -5. The time now is 12:14 PM.