3

Another question with this URL:

How do I upgrade to a newer version of Ubuntu?

Has this:

If you choose to upgrade before then, you can pass the -d option to the upgrade tool, running do-release-upgrade -d or update-manager -d, to upgrade from vanilla 10.04 to 12.04.

Am I correct in assuming that if I am actually running 10.04.4 (not vanilla?) that the above command line instructions would NOT work? I really do not mind waiting for the GUI Update Manager to show me the availability at 12.04.1 in July. I am just curious.

Marti
  • 31

2 Answers2

4

LTS usually has multiple point releases and 10.04.4 is just one of the point releases. In other words, 10.04.4 is indeed Vanilla 10.04.

So, your assumption that the commands won't work is wrong. They will work if you enter them correctly.

You can read about why the LTS to LTS upgrade is delayed until 12.04.1 in this question:

jokerdino
  • 41,320
0

based on my experience: Before starting a release upgrade you are asked to upgrade all your existing packages to their latest versions using the update manager. So if you were to do that step on 10.04, it would become 10.04.4 and also include the even newer updates.

So if you try to upgrade now, the upgrade should go through.

I suppose that the point behind waiting for the first point release is to ensure that teething issues get solved.

reference: https://help.ubuntu.com/community/PreciseUpgrades

gokul
  • 54
  • And I will not mind waiting for teething to finish. Thank you very much for taking the time to answer. – Marti Apr 28 '12 at 11:28