Ubuntu – Why doesn’t the new version of Ubuntu 10.10 show up in Update Manager

10.10update-managerupdates

I am currently using Ubuntu 10.04 LTS and when I run the update manager it doesn't show the new release.

  • I have checked the "Software Sources" update tab to make sure "release upgrade" is set to Normal.
  • I'm receiving updates from the "Main Server".
  • I've tried running update-manager and checking a few times to make sure there's nothing to update to
  • I've run "update-manager -c"
  • I've run "update-manager -d"

but it still doesn't show, and I can't find an answer on Google.

I turn to you, Help!

Best Answer

Have you refreshed the update manager? Normally it checks every day for new releases, but it sometimes doesn't, so make sure you have clicked the Check.

If this still doesnt work, make sure that you have installed all updates to 10.04, and then click Check again.

If these don't work, check that the software sources made the release upgrade check to normal, by checking the /etc/update-manager/release-upgrades file and making sure it says Prompt=normal.

If after these you still can't see it, try doing this on the command line:

"sudo apt-get update && sudo apt-get upgrade"
"sudo do-release-upgrade"

That should work.

If it still doesn't work, then edit your /etc/apt/sources.list file, editing all occurences of lucid with maverick and then sudo apt-get update && sudo apt-get dist-upgrade

If after all this, it still doesn't work, I have no idea what else to do :-P

Related Question