Debian Jessie failed to install on Odroid

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
pash
Newbie
Newbie
Posts: 3
Joined: January 3rd, 2012, 12:57 pm

Debian Jessie failed to install on Odroid

Post by pash »

Hi,

I tried to install via the Ubuntu/Debian PPA Repository wiki (/wiki/installation/install-ubuntu-repo) but after

sudo apt-get update && sudo apt-get dist-upgrade

i get the following error:

1.
W: Failed to fetch ppa_launchpad_net/jcfp/ppa/ubuntu/dists/jessie/main/binary-armhf/Packages 404 Not Found
W: Failed to fetch ppa_launchpad_net/jcfp/sab-addons/ubuntu/dists/jessie/main/binary-armhf/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.

ppa_launchpad_net -> is http.. with replace _ with . (New users are not allowed to post links)


2.
root@odroid-jessie:~# apt-get install par2-tbb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package par2-tbb is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'par2-tbb' has no installation candidate
root@odroid-jessie:~# apt-get install python-sabyenc
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python-sabyenc is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python-sabyenc' has no installation candidate

Can somebody help? Sorry I'm a Linux noob.. :-D
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: Debian Jessie failed to install on Odroid

Post by sander »

So you followed https://sabnzbd.org/wiki/installation/i ... buntu-repo , but that's for Ubuntu, not Debian ... so the title of that page is misleading. I'll change that. (Update: I've changed the title)

As said on that Ubuntu page in the first paragraph, for debian you should follow viewtopic.php?f=16&t=9844
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: Debian Jessie failed to install on Odroid

Post by sander »

... and before following the procedure for Debian, you should remove the existing, incorrect references to jcfp. I normally do that in /etc/apt/... , but there seems to be a nicer way:

sudo apt-get install ppa-purge
sudo ppa-purge ppa:<your_ppa_name_here>
pash
Newbie
Newbie
Posts: 3
Joined: January 3rd, 2012, 12:57 pm

Re: Debian Jessie failed to install on Odroid

Post by pash »

Thank you, i'll have a look. I installed SAB, Sabyenc with those errors and compiled par from hand. But i will correct the references for future updates. Maybe you will add a wikipage for debian arm. :)
Post Reply