Version 2 (modified by 8 years ago) ( diff ) | ,
---|
Tags: Lcbru Software Category Ubuntu Upgrade Summary
Overview
Upgrade Ubuntu 14.04 to Ubuntu 16.04 – Server Upgrade
To check the version of Ubuntu
lsb_release -a
Upgrade instructions
- Make your server system up-to-date as follows:
sudo apt-get update && sudo apt-get dist-upgrade
Click on Y when necessary. When message appear scroll down and press q for quit
- Then reboot your system to finish installing updates.
sudo init 6
- First, install the update-manager-core package using the command below that is if it is not yet installed on your server:
sudo apt-get install update-manager-core
- After that, edit this file, /etc/update-manager/release-upgrades using your favorite editor and set Prompt=lts
sudo vi /etc/update-manager/release-upgrades
- Next, start the upgrade process as follows:
sudo do-release-upgrade -d
Click on Y and Enter when necessary.
Finally you will get notification to restart VM.
Note:
See TracWiki
for help on using the wiki.