0

I dont want to mess any thing ,hence asking the question for clarification .

Thanks

1 Answers1

1

To check if upgrading to the latest development release is possible:

  1. Open a terminal (Control + Alt + T), and type:

update-manager -d

If available run following command:

sudo do-release-upgrade
  1. Press Alt+F2, type in update-manager, then the Software Updater should provide you a notification for newly available Ubuntu 16.04. Click on Upgrade and proceed with the installation.

Since you do not want to mess anything you should consider doing a fresh install because 16.04 has many significant changes compared to 14.04, e.g. it supports ZFS filesystem. Also there are many deep rooted packages in 14.04 which might create difficulty during the upgrade.

You may like to have a walk through following links:

Can I smoothly upgrade from one LTS to next LTS release?

Upgrading from 14.04 LTS to 16.04 LTS

Dhaval Simaria
  • 795
  • 2
  • 12
  • 29