Starks said: sudo sed -i 's/natty/oneiric/g' /etc/apt/sources.list
sudo aptitude update sudo aptitude dist-upgrade
You might want to save the natty-updates, natty-backports, natty-security, and natty-proposed repo lines in sources.list
eric@kingfisher:~$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=11.10 DISTRIB_CODENAME=oneiric DISTRIB_DESCRIPTION="Ubuntu oneiric (development branch)"
To fix the Software Sources GUI:
Add the following suite above natty in /usr/share/python-apt/templates/Ubuntu.info
Suite: oneiric
RepositoryType: deb
BaseURI: http://archive.ubuntu.com/ubuntu/
MatchURI: archive.ubuntu.com/ubuntu
BaseURI-powerpc: http://ports.ubuntu.com/
MatchURI-powerpc: ports.ubuntu.com|archive.ubuntu.com
BaseURI-lpia: http://ports.ubuntu.com/
MatchURI-lpia: ports.ubuntu.com|archive.ubuntu.com
MirrorsFile-amd64: /usr/share/python-apt/templates/Ubuntu.mirrors
MirrorsFile-i386: /usr/share/python-apt/templates/Ubuntu.mirrors
Description: Ubuntu 11.04 'Oneiric Ocelot'
Component: main
CompDescription: Officially supported
CompDescriptionLong: Canonical-supported Open Source software
Component: universe
CompDescription: Community-maintained
CompDescriptionLong: Community-maintained Open Source software
Component: restricted
CompDescription: Non-free drivers
CompDescriptionLong: Proprietary drivers for devices
Component: multiverse
CompDescription: Restricted software
CompDescriptionLong: Software restricted by copyright or legal issues
What updates /etc/lsb-release? I've edited the sources.list, added the Oneiric suite as above, and still get Natty in lsb-release.....