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

I am trying to upgrade to a new Ubuntu version but the update manager does not recognize an update. Why not?

share|improve this question
which commands do you use to upgrade? – Hojat Taheri Apr 26 at 5:17

6 Answers

Because Ubuntu 12.04 is a Long Term Support release (meaning that it is supported with bug fixes and security updates for 5 years) you won’t find a pop-up telling you that a new version is available.

If you want to upgrade,you can follow these instructions

  1. Open Update Manager from either the Power Menu or the Dash.
  2. Click the ‘Settings’ button in the lower-left corner of the Update Manager window: This will open Software Sources.
  3. Click the menu next to “Notify me of a new Ubuntu version” and select ‘For Any New Version’

enter image description here

  1. Important *DO NOT* uncheck or alter anything other than the above.

Once you’ve made the change you will likely be prompted to input your user password. After this, close Software Sources, then close and then reopen Update Manager.

. Click the ‘Upgrade’ button to begin your upgrade to Ubuntu 12.10.

source: OMG Ubuntu

share|improve this answer
What can be done so that the new version is also found when using "sudo apt-get dist-upgrade"? I typically use that, not the update manager. But I just checked, the update manager finds 12.10, on the command line it is not found. – Marius Hofert Oct 19 '12 at 13:53
1  
Marius, the 'do-release-upgrade' command is set up for that. 'dist-upgrade' will only upgrade you to a new version if you have also already changed all of your references in /etc/apt/sources.list to the new distro. – AvatarKava Oct 22 '12 at 11:15
Wow, this is surprisingly hard to find, particularly given that you actually have to quit the thing after telling it what you want. And especially on my netbook, where the "settings" button isn't visible because the update manager window is too large for the display. And there is no menu. I wonder what fraction of users are expected to ever upgrade from an LTS to another non-LTS version? – nealmcb Jan 6 at 22:48

You can also force it to check for development versions (since Quantal is released this won't really make any significant difference for you) by opening a terminal and typing:

update-manager -d &
share|improve this answer
Thank you both! – Gal Weinstock Oct 18 '12 at 22:48
@Gal Weinstock. If one of the answers solved your problem please accept the one that did. This will help other users. – Stephen Myall Nov 6 '12 at 10:15

open Software Sources application (you can find it in the Dock) and go to the Updates tab

You should choose the option For any new version

enter image description here

Then press [Alt] + [F2] and type update-manager -d

Update Manager should offer you an upgrade to the new version.

share|improve this answer

Run this command in the terminal:

sudo do-release-upgrade

That will do the same as running it GUI :)

share|improve this answer
Thank you! i tried that before and it didn't work... i don't know but it worked this time! – alexbuzzbee Nov 29 '12 at 19:10
Glad to know it works :D – MiJyn Nov 29 '12 at 19:11

The easiest way to upgrade from 12.10 to 13.04, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command below:

sudo do-release-upgrade -d
share|improve this answer
yp , i tried it bt its showing, "no new release found" – peter Apr 26 at 6:12
I just tried it right after I put it my answer, and it did work. Does it give any errors? – Mitch Apr 26 at 6:19
kk, its not giving ny error ny way i m goin to format and instal, and hws it 13.04?? – peter Apr 26 at 6:24
What have you changed in the manager settings? – Mitch Apr 26 at 6:27
jst that notifing optn – peter Apr 26 at 7:32

Please try this first:

$export DEBUG_UPDATE_MANAGER=1

$do-release-update

Then, it will verbose detail information and possible errors. As in my case, the error is authorization error caused by setting a proxy in Synaptic that need authorization. Disable the proxy solves my problem.

Hope you can find a solution to your problem too.

share|improve this answer

protected by jokerdino Apr 30 at 6:58

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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