Page 1 of 1

Error installing from repo ubuntu 12.04

Posted: June 11th, 2012, 8:41 am
by gpharos
Ubuntu 12.04
32 bit

here is a snippet of the install log.

$sudo add-apt-repository ppa:jcfp/ppa

Get:8 http://ppa.launchpad.net/jcfp/ppa/ubuntu/ precise/main sabnzbdplus-theme-classic all 0.7.0~rc2-0ubuntu1~jcfp1~precise [29.5 kB]
Get:9 http://ppa.launchpad.net/jcfp/ppa/ubuntu/ precise/main sabnzbdplus-theme-smpl all 0.7.0~rc2-0ubuntu1~jcfp1~precise [76.1 kB]
Fetched 1,645 kB in 3s (414 kB/s)
Failed to fetch http://us.archive.ubuntu.com/ubuntu/poo ... .1_all.deb Hash Sum mismatch
Failed to fetch http://us.archive.ubuntu.com/ubuntu/poo ... 1_i386.deb Hash Sum mismatch
Failed to fetch http://us.archive.ubuntu.com/ubuntu/poo ... 1_i386.deb Hash Sum mismatch
Failed to fetch http://us.archive.ubuntu.com/ubuntu/poo ... 3_i386.deb Hash Sum mismatch
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Re: Error installing from repo ubuntu 12.04

Posted: June 11th, 2012, 9:23 am
by gpharos
Never mind, found my problem. Somehow a proxy server entry was entered into my etc/resolv.conf file. Changed back to what I am using and everything updated and install correctly.

Re: Error installing from repo ubuntu 12.04

Posted: June 11th, 2012, 9:25 am
by sander
Are you sure you want the PPA version?

Reason: sabnzbd / sabnzbdplus is in the plain Ubuntu repositories ("multiverse). See http://packages.ubuntu.com/search?keywo ... ection=all

So "sudo apt-get install sabnzbdplus" will work.

HTH

Re: Error installing from repo ubuntu 12.04

Posted: June 11th, 2012, 4:07 pm
by gpharos
Sander thanks, when I was receiving similar errors above from the Ubuntu repo, I did a search and found the other repo but still had errors. I'm going to remove and re-install directly from Ubuntu repo. Thank you for pointing me to that url.