Ubuntu – Upgrade from Ubuntu 14.04 to 16.04

14.0416.04upgrade

As I understand it, in order to upgrade from 14.04 to 16.04 one must upgrade to 14.10. At this time it appears 14.10 is not supported. From the command line do-release-upgrade -d produces

WARNING:root:file 'utopic.tar.gz.gpg' missing
Failed to fetch
Fetching the upgrade failed. There may be a network problem.

(there is no problem with my network)

Is there a workaround, perhaps a mirror to the official? I just don't have the time to install 16.04 from scratch.

Best Answer

Upgrades from 14.04 to 16.04 are not automatically made available but in July the first point release 16.04.1 will become available and all 14.04 users will be offered the upgrade then.

However, if you want to upgrade immediately, you do NOT need to upgrade to an intermediate release first. Just run the following in a terminal (and type your password):

sudo update-manager -d

You will then be offered the 14.04 -> 16.04 upgrade without waiting for 16.04.1.

The reason Ubuntu doesn't automatically offer 16.04 to 14.04 users is simple: those users are using a very stable LTS release, and might hit undiscovered bugs in 16.04 if they upgraded immediately at release. Any important bugs found in 16.04 should be fixed by the 16.04.1 point release, so LTS users have less chance of running into bugs in the new release.