What steps do I take to upgrade from LTS 12.04 to LTS 14.04 with the least amount of trouble and loosing the fewest amount of data.
Asked
Active
Viewed 165 times
1 Answers
0
You can upgrade ubuntu 12.04 to 14.04 with do-release-upgrade
command
Also check http://www.omgubuntu.co.uk/2014/04/upgrade-ubuntu-14-04-12-04

Mitesh Shah
- 444
- 3
- 10
sudo apt-get update && sudo do-release-upgrade -d
? – jobin May 02 '14 at 13:16