I'm running Lucid Lynx and I would like to upgrade to the Meerkat version.

Which command can I use from the terminal to download and perform this upgrade?

I've tried sudo apt-get upgrade but that just seems to update any packages I have installed, and not the actual system itself

link|improve this question

feedback

4 Answers

up vote 1 down vote accepted

I believe it's sudo apt-get dist-upgrade but that didn't work for me.

Canonical says to just run update-manager and choose the Upgrade button on the topright ish of the window.

link|improve this answer
update-manager -dwill upgrade to the current development version, not to 10.10 ! – JanC Oct 30 '10 at 22:42
AFAIK, it just says that, but upgrades you to the final 10.10 anyway. – digitxp Oct 31 '10 at 13:58
1  
In any case, there is no reason to use the "-d" option and take the risk, as update-manager will provide the upgrade button by default if there is a new release available... – JanC Nov 4 '10 at 14:24
It's kinda odd then that a lot of the documentation floating around the web includes -d. – digitxp Nov 5 '10 at 0:54
feedback

http://www.ubuntu.com/desktop/get-ubuntu/upgrade

link|improve this answer
The key point from within there: sudo do-release-upgrade – ephemient Nov 5 '10 at 1:43
feedback

sudo apt-get update sudo apt-get dist-upgrade

link|improve this answer
feedback

For Ubuntu version upgrade first apply all the updates with following command sudo apt-get upgrade Then run following command sudo apt-get dist-upgrade

link|improve this answer
apt-get dist-upgrade doesn't upgrade to a new release, it does the same as apt-get update but may also install new packages or remove packages to satisfy dependencies. – Florian Diesch Oct 31 '10 at 23:50
No problem if the above doesnt work then you can try following: sudo aptitude install update-manager-core sudo do-release-upgrade -d – TusharG Nov 1 '10 at 4:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.