Ubuntu official repository version

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
smurfster
Newbie
Newbie
Posts: 7
Joined: March 7th, 2013, 7:04 pm

Ubuntu official repository version

Post by smurfster »

Hi all,

I've just installed the ubuntu specific version http://wiki.sabnzbd.org/install-ubuntu-repo
Using the command

Code: Select all

sudo apt-get install sabnzbdplus
I've got it all running but noticed it states version 0.6.15 which if I understand correctly is old and its now version 7?

Am I missing something?

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

Re: Ubuntu official repository version

Post by sander »

According to https://launchpad.net/~jcfp/+archive/ppa, you will only get SAB 0.6.15 if you're running Ubuntu Karmic or Jaunty.

So: which Ubuntu version are you running? Check with "lsb_release -a"

If you're running a more recent version, did you run
sudo apt-get update
sudo apt-get upgrade
smurfster
Newbie
Newbie
Posts: 7
Joined: March 7th, 2013, 7:04 pm

Re: Ubuntu official repository version

Post by smurfster »

sander wrote:According to https://launchpad.net/~jcfp/+archive/ppa, you will only get SAB 0.6.15 if you're running Ubuntu Karmic or Jaunty.

So: which Ubuntu version are you running? Check with "lsb_release -a"

If you're running a more recent version, did you run
sudo apt-get update
sudo apt-get upgrade
Yes I run the package updater.

Heres the version info.

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.2 LTS
Release: 12.04
Codename: precise
Last edited by smurfster on March 8th, 2013, 2:46 am, edited 1 time in total.
User avatar
sander
Release Testers
Release Testers
Posts: 9264
Joined: January 22nd, 2008, 2:22 pm

Re: Ubuntu official repository version

Post by sander »

Good. And second part of my advice?
smurfster
Newbie
Newbie
Posts: 7
Joined: March 7th, 2013, 7:04 pm

Re: Ubuntu official repository version

Post by smurfster »

sander wrote:Good. And second part of my advice?
Sorry, yes I run the updater
User avatar
sander
Release Testers
Release Testers
Posts: 9264
Joined: January 22nd, 2008, 2:22 pm

Re: Ubuntu official repository version

Post by sander »

What's the output of

Code: Select all

grep ppa /etc/apt/sources.list
Post the output here.
smurfster
Newbie
Newbie
Posts: 7
Joined: March 7th, 2013, 7:04 pm

Re: Ubuntu official repository version

Post by smurfster »

sander wrote:What's the output of

Code: Select all

grep ppa /etc/apt/sources.list
Post the output here.
It doesn't display anything
User avatar
sander
Release Testers
Release Testers
Posts: 9264
Joined: January 22nd, 2008, 2:22 pm

Re: Ubuntu official repository version

Post by sander »

and

Code: Select all

ll /etc/apt/sources.list.d
smurfster
Newbie
Newbie
Posts: 7
Joined: March 7th, 2013, 7:04 pm

Re: Ubuntu official repository version

Post by smurfster »

sander wrote:and

Code: Select all

ll /etc/apt/sources.list.d

Code: Select all

total 8
drwxr-xr-x 2 root root 4096 Jun 15  2012 ./
drwxr-xr-x 6 root root 4096 Mar  8 08:20 ../
User avatar
sander
Release Testers
Release Testers
Posts: 9264
Joined: January 22nd, 2008, 2:22 pm

Re: Ubuntu official repository version

Post by sander »

Oh? This is mine:

Code: Select all

sander@flappie:~$ ll /etc/apt/sources.list.d
total 24
drwxr-xr-x 2 root root 4096 mrt  8 09:16 ./
drwxr-xr-x 6 root root 4096 mrt  8 09:15 ../
-rw-r--r-- 1 root root  180 mrt  8 09:16 google-talkplugin.list
-rw-r--r-- 1 root root  180 mrt  8 09:16 google-talkplugin.list.save
-rw-r--r-- 1 root root  183 mrt  8 09:16 jcfp-ppa-raring.list
-rw-r--r-- 1 root root  120 mrt  8 09:16 jcfp-ppa-raring.list.save
sander@flappie:~$ 
So I would expect the jcfp stuff in your directory.

What is the output of

Code: Select all

sudo add-apt-repository ppa:jcfp/ppa
smurfster
Newbie
Newbie
Posts: 7
Joined: March 7th, 2013, 7:04 pm

Re: Ubuntu official repository version

Post by smurfster »

sander wrote:Oh? This is mine:

Code: Select all

sander@flappie:~$ ll /etc/apt/sources.list.d
total 24
drwxr-xr-x 2 root root 4096 mrt  8 09:16 ./
drwxr-xr-x 6 root root 4096 mrt  8 09:15 ../
-rw-r--r-- 1 root root  180 mrt  8 09:16 google-talkplugin.list
-rw-r--r-- 1 root root  180 mrt  8 09:16 google-talkplugin.list.save
-rw-r--r-- 1 root root  183 mrt  8 09:16 jcfp-ppa-raring.list
-rw-r--r-- 1 root root  120 mrt  8 09:16 jcfp-ppa-raring.list.save
sander@flappie:~$ 
So I would expect the jcfp stuff in your directory.

What is the output of

Code: Select all

sudo add-apt-repository ppa:jcfp/ppa

Code: Select all

sudo: add-apt-repository: command not found
User avatar
sander
Release Testers
Release Testers
Posts: 9264
Joined: January 22nd, 2008, 2:22 pm

Re: Ubuntu official repository version

Post by sander »

So ... that is command is not working as the binary add-apt-repository is not there.

Did you Google "sudo: add-apt-repository: command not found"? If you see an error, it always is a good idea to Google it.
smurfster
Newbie
Newbie
Posts: 7
Joined: March 7th, 2013, 7:04 pm

Re: Ubuntu official repository version

Post by smurfster »

I've basically scrapped the standard Ubuntu repository "multiverse" way and used 3rd part repo way outlined under the title "How To PPA Setup" http://wiki.sabnzbd.org/install-ubuntu-repo.

I now have the latest version.

Thanks for the help
Post Reply