🌑

Linhost.info

Upgrade Ubuntu 14.10 to 15.04

You can view your version of Ubuntu with the following command.

1
2
3
4
5
6
7
lsb release -a

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.10
Release: 14.10
Codename: utopic

Update and upgrade the system.

1
sudo apt-get update
1
sudo apt-get upgrade

If not already installed, then install the update-manager-core package from the repository.

1
sudo apt-get install update-manager-core

Start the upgrade tool.

1
sudo do-release-upgrade

Now follow the prompts to complete the upgrade to Ubuntu 15.04. Read the instructions carefully. Verify the upgrade was successful with the help of the lsb_release command.

1
lsb release -a
1
2
3
4
5
6
user@ubuntu:~$ lsb release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 15.04
Release: 15.04
Codename: vivid

— Apr 27, 2015