Page 1 of 1
Ubuntu official repository version
Posted: March 7th, 2013, 7:11 pm
by smurfster
Hi all,
I've just installed the ubuntu specific version
http://wiki.sabnzbd.org/install-ubuntu-repo
Using the command
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
Re: Ubuntu official repository version
Posted: March 8th, 2013, 1:13 am
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
Re: Ubuntu official repository version
Posted: March 8th, 2013, 2:41 am
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
Re: Ubuntu official repository version
Posted: March 8th, 2013, 2:43 am
by sander
Good. And second part of my advice?
Re: Ubuntu official repository version
Posted: March 8th, 2013, 2:46 am
by smurfster
sander wrote:Good. And second part of my advice?
Sorry, yes I run the updater
Re: Ubuntu official repository version
Posted: March 8th, 2013, 3:08 am
by sander
What's the output of
Post the output here.
Re: Ubuntu official repository version
Posted: March 8th, 2013, 3:13 am
by smurfster
sander wrote:What's the output of
Post the output here.
It doesn't display anything
Re: Ubuntu official repository version
Posted: March 8th, 2013, 3:49 am
by sander
Re: Ubuntu official repository version
Posted: March 8th, 2013, 4:28 am
by smurfster
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 ../
Re: Ubuntu official repository version
Posted: March 8th, 2013, 6:56 am
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
Re: Ubuntu official repository version
Posted: March 8th, 2013, 8:48 am
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
Re: Ubuntu official repository version
Posted: March 8th, 2013, 8:55 am
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.
Re: Ubuntu official repository version
Posted: March 11th, 2013, 5:09 am
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