Solved: "add-apt-repository: command not found"

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
User avatar
sander
Release Testers
Release Testers
Posts: 9264
Joined: January 22nd, 2008, 2:22 pm

Solved: "add-apt-repository: command not found"

Post by sander »

FYI:

I installed Ubuntu Server 12.04 in a virtual machine. Trying to add the SABnzbd PPA, I got:

Code: Select all

sander@haring:~$ sudo add-apt-repository ppa:jcfp/ppa
sudo: add-apt-repository: command not found
sander@haring:~$ 
sander@haring:~$ uname -a
Linux haring 3.2.0-23-generic-pae #36-Ubuntu SMP Tue Apr 10 22:19:09 UTC 2012 i686 i686 i386 GNU/Linux
sander@haring:~$ 
Solved with:

Code: Select all

sudo apt-get install python-software-properties
After that, "add-apt-repository" was known and I could add the PPA
Post Reply