2

I'm using Ubuntu 11.04, and installing regular automatic updates. Since 11.10 is out, I expected it will be auto upgraded, but no, I'm still:

$ cat /etc/issue
Ubuntu 11.04

Now I want for example modal dialogs, but if I understand well, update will get only 11.10 users.

Is Ubuntu auto updating major versions?

Jorge Castro
  • 71,754
umpirsky
  • 4,050

3 Answers3

4

11.10 is not out yet. only the alpha has been released and the final version will be released in october and you will notified through the update manager when that happens .

Lincity
  • 25,371
3

Above is correct but better to run the official upgrade than just change your sources to the next version.

Run this from a terminal:

sudo update-manager -d

This will give you an upgrade option to the next version at the top of the updates window. Click this and follow instructions.

Jorge Castro
  • 71,754
-1

If You want an alpha release, just change your sources.list in /etc/apt and replace all natty with oneiric. Then type sudo apt-get dist-upgrade. After upgrade completes, you should have 11.10 release.

ariva
  • 127