24

The last week of next month ubuntu will most likely release 18.04 LTS. Now my system is 14.04 and next month I want to upgrade it to 18.04. Can I directly upgrade my system from 14.04 to 18.04 or I have to first upgrade from 14.04 to 16.04 and then to 18.04? I really want to avoid the second method of upgrading.

Edit:

How should I update 14.04 to 16.04. I tried this method sudo update-manager -d and installed all the necessary software and restarted the system. Again I run sudo update-manager -d and it showed that my computer is upto date but doesnt have any button to update to 16.04

Eka
  • 2,967
  • 12
  • 38
  • 60

1 Answers1

26

No.

Ubuntu does have LTS→LTS upgrades, allowing you to skip intermediate non-LTS releases...
But you can't skip intermediate LTS releases. You have to go via 16.04.

Unless you want to do a fresh install of 18.04 on release.

I should also note that the LTS upgrade pathways are usually only available some time after the main release. So don't expect to be able to upgrade from 16.04 on the day of 18.04's release.

Oli
  • 293,335
  • 1
    So I should upgrade it first to 16.04 can you also include the code for that. – Eka Mar 17 '18 at 13:30
  • Can you please check my edited question – Eka Mar 17 '18 at 14:15
  • @Oli. Hi, you said "But you can't skip intermediate LTS releases". Is it a strict policy, is it only the past experience or did you read about it on some official ubuntu documentation? – Hastur Mar 29 '18 at 11:33
  • Here: https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes , it says that upgrade will be available at end of july. – kebs Jun 02 '18 at 16:24