How to Upgrade from 14.10 to 15.04 [closed]

Solution 1:

Ubuntu 15.04 is not available yet and will be available in April. If you really want to test it you can download the daily build iso from here although this is highly unstable now.

After the release you can upgrade from 14.10 to 15.04 by running the following command:

sudo do-release-upgrade

I would not recommend this but if you really want to upgrade to the latest development release:

sudo do-release-upgrade -d

EDIT :

As Ubuntu 15.04 (Vivid Vervet) has been released on 23rd April, 2015, you can upgrade from Ubuntu 14.10 to 15.04 easily now.

  • At first make sure the file /etc/update-manager/release-upgrades has the line:

    Prompt=normal
    
  • Now run the following command:

    sudo do-release-upgrade