Page 1 of 1

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

Posted: February 7th, 2015, 4:21 am
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

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

Posted: February 7th, 2015, 9:25 am
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).

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

Posted: February 8th, 2015, 3:30 am
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.