Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

the update for ubuntu 12.04 appeared in my update manager, I started the update but I had to stop it. Now, I'm still with the 11.10 version and the update don't appear in my manager. How do I update now, without downloading a new disc version?

share|improve this question
Have you tried sudo update-manager -d – Mitch May 30 '12 at 16:07

3 Answers

Type do-release-upgrade in terminal. Here is a full description about it.

share|improve this answer

That's simple, go to Update Manager, press Settings, then at the bottom of window, infront of Notify me of a new Ubuntu version, Select For any new version then that 12.04 LTS Upgrade Message appears.

Hope it helps.

Regards.

share|improve this answer

try this. This will update your resources list and update your current packages.

sudo apt-get update && sudo apt-get upgrade

then run this

sudo apt-get dist-upgrade

to upgrade your system to the latest version of ubuntu

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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