PDA

View Full Version : [ubuntu] Ubuntu 8.04 to 8.10



FrontalNoize
October 16th, 2009, 10:06 PM
I have installed all updates through the update manager, but somehow I don't get the option to upgrade to 8.10.
Is this a small bug? Or could it be something specific about my system/laptop? And is there a way to circumvent it, by upgrading manually through the terminal or something for example?

utnubuuser
October 17th, 2009, 08:59 AM
link
http://www.howtoforge.com/how-to-upgrade-ubuntu-8.04-to-ubuntu-8.10-desktop-and-server


sudo apt-get dist-upgrade

wojox
October 17th, 2009, 09:03 AM
sudo apt-get update


sudo update-manager -d

slakkie
October 17th, 2009, 03:36 PM
I have installed all updates through the update manager, but somehow I don't get the option to upgrade to 8.10.
Is this a small bug? Or could it be something specific about my system/laptop? And is there a way to circumvent it, by upgrading manually through the terminal or something for example?

cat /etc/update-manager/upgrade-releases

Then you should see Prompt=normal, otherwise you will only be able to upgrade to 10.04 which is the next lts (assuming Prompt=lts) or you will never upgrade, Prompt=none.

stlsaint
October 17th, 2009, 04:39 PM
@slakkie nice help but you got the last two words switched :D

cat /etc/update-manager/upgrade-releases

slight change to that...
correct cmd is:


cat /etc/update-manager/release-upgrades

slakkie
October 17th, 2009, 05:59 PM
@slakkie nice help but you got the last two words switched :D


slight change to that...
correct cmd is:


cat /etc/update-manager/release-upgrades

Oops :) Not running Ubuntu atm so couldn't check. I always make a mistake when looking for that file...