can't install sabnzbd 0.7.x with ppa on raspberry pi

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
v-enom
Newbie
Newbie
Posts: 30
Joined: April 6th, 2013, 7:21 am

can't install sabnzbd 0.7.x with ppa on raspberry pi

Post by v-enom »

hi,

i want to install the last sabnzbd 0.7 with apt-get. so i added the source here https://launchpad.net/~jcfp/+archive/ubuntu/ppa to the sourcepackage via add-apt-repository after apt-get update i can't find the 0.7 with ap-cache madison sabnzbdplus. the only version i can see is 0.6.15. the same when i add the sources to the sources.list manually.

apt-get update says

Code: Select all

W: Failed to fetch http://ppa.launchpad.net/jcfp/ppa/ubuntu/dists/wheezy/main/binary-armhf/Packages  404  Not Found
is there any problem with that?

v-enom
User avatar
sander
Release Testers
Release Testers
Posts: 9264
Joined: January 22nd, 2008, 2:22 pm

Re: can't install sabnzbd 0.7.x with ppa on raspberry pi

Post by sander »

It tells it can't find http://ppa.launchpad.net/jcfp/ppa/ubunt ... f/Packages, which is correct: see the 'wheezy'? That's not a Ubuntu release. It must be a Ubuntu release name.

See https://www.sabnzbd.org/viewtopic.php?t=9844 what to do on Debian (I'm assuming you're using Raspbian).
v-enom
Newbie
Newbie
Posts: 30
Joined: April 6th, 2013, 7:21 am

Re: can't install sabnzbd 0.7.x with ppa on raspberry pi

Post by v-enom »

yes, i'm using raspbian.
pi@raspberrypi ~ $ sudo echo "deb http://ppa.launchpad.net/jcfp/ppa/ubuntu precise main" | tee -a /etc/apt/sources.list
tee: /etc/apt/sources.list: Permission denied
deb http://ppa.launchpad.net/jcfp/ppa/ubuntu precise main
i can't add the source to sources.list with this command. "permission denied" with sudo?

it works when i add the sources manually to the sources.list, i'll try to update sabnzbd.
Post Reply