I am using Ubuntu 12.04 LTS and want to upgrade it to 12.10. Please send me step by step info for this process. Will my personal data be lost? If yes, then how to protect it?
Asked
Active
Viewed 200 times
2 Answers
0
http://www.ubuntu.com/download/desktop/upgrade
This has the step by step instruction for using the graphical Software Update. Very easy to use.

Debbie Poole
- 290
-
If you don't see the upgrade listed there, go into Settings at the bottom left. – Debbie Poole Dec 10 '12 at 12:07
-1
use this command:
sudo apt-get dist-upgrade
your home directory will remain the same with current (before update), also your program/software installed. So, you do not worry about loss your data.

sugab
- 4,367
-
This will only do an update, read the manpage: "dist-upgrade in addition to performing the function of upgrade, also intelligently handles changing dependencies with new versions of packages[...]" – Gerhard Burger Dec 10 '12 at 11:17