PDA

View Full Version : [ubuntu] Can't Upgrade to 10.10



louis.roux
October 21st, 2010, 05:40 PM
I have Ubuntu 10.04 and I am trying to upgrade to 10.10 but when I have the update manager check for updates it is not an option.

UnterUn
October 21st, 2010, 05:45 PM
sudo apt-get upgrade or

sudo aptitude upgrade

louis.roux
October 21st, 2010, 06:00 PM
OK I did that and it ran through a few things and said done. Now what?

sikander3786
October 21st, 2010, 06:12 PM
Now start update manager. Press Alt + F2 and type


update-manager -d

Does it list 10.10 now?

UnterUn
October 21st, 2010, 06:12 PM
OK I did that and it ran through a few things and said done. Now what?
Okay now your up to date on that version (I find that's always useful to do) you should be able to get the new release by doing:

sudo apt-get install update-manager-coreWhich will download the core if you don't already have it, then do the update:

sudo do-release-upgradeEDIT: skiander beat me to it! And i didn't realise you could do it that way....:)

louis.roux
October 21st, 2010, 06:20 PM
got it guys. thanks