Changes between Version 1 and Version 2 of Ubuntu Upgrade Summary


Ignore:
Timestamp:
09/29/16 13:32:35 (8 years ago)
Author:
saj.issa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ubuntu Upgrade Summary

    v1 v2  
    11Tags: [[Lcbru Software Category]] [[Ubuntu Upgrade Summary]]
     2
     3== Overview
     4
     5Upgrade Ubuntu 14.04 to Ubuntu 16.04 – Server Upgrade
     6
     7To check the version of Ubuntu
     8
     9    {{{lsb_release -a }}}
     10
     11Upgrade instructions
     12
     131. Make your server system up-to-date as follows:
     14
     15    {{{sudo apt-get update && sudo apt-get dist-upgrade }}}
     16
     17Click on Y when necessary.
     18When message appear scroll down and press q for quit
     19
     202. Then reboot your system to finish installing updates.
     21
     22    {{{sudo init 6 }}}
     23
     243. First, install the update-manager-core package using the command below that is if it is not yet installed on your server:
     25
     26    {{{sudo apt-get install update-manager-core }}}
     27
     284. After that, edit this file, /etc/update-manager/release-upgrades using your favorite editor and set Prompt=lts
     29
     30    {{{sudo vi /etc/update-manager/release-upgrades }}}
     31
     325. Next, start the upgrade process as follows:
     33
     34    {{{sudo do-release-upgrade -d}}}
     35
     36Click on Y and Enter when necessary.
     37
     38Finally you will get notification to restart VM.
     39
     40
     41
     42