I'm using saucy:
~: lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 13.10
Release: 13.10
Codename: saucy
but when I do sudo apt-get update
ubuntu still looks at the raring:
Hit http://ppa.launchpad.net raring/main amd64 Packages
Hit http://ppa.launchpad.net raring/main i386 Packages
That's strange...
I definetely don't have in /etc/apt/sources.list
, but there's a lot of raring stuff in /etc/apt/sources.list.d/
. How do I remove it? (I think it longers my updates)
Firstly you can check the PPAs you have to see if there is an updated version, some will be using saucy already, with others it can take some time.
There are a few methods to stop the offending PPAs being read during apt updates.
You could use ppa purge to remove the PPAs.
However, that will also remove packages installed with the ppa and try to move those back to standard packages where they were changed.
You can manually stop them being read during apt-get update.
To do so open the file for editing as root.
Put # at the start of the deb line.
Example - one of mine has the deb-src line commented out
You could also remove the offending source file. CAREFULLY.
After any changes to source files make sure to update apt.