How to upgrade xubuntu 14.04 LTS to xubuntu 16.04? I don't want to lose my application data.
Asked
Active
Viewed 2.1k times
1
-
8please read: http://askubuntu.com/questions/729522/upgrading-from-14-04-lts-to-16-04-lts – Thomas C. Apr 30 '16 at 12:05
1 Answers
2
sudo apt-get update && sudo do-release-upgrade -d
This should do the trick.

7_R3X
- 1,151
- 1
- 16
- 31
-
2The
-d
option is to upgrade to the next development release. This is not what the OP is asking for. – Serge Stroobandt Nov 18 '16 at 20:43