0

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?

Harsh
  • 233

2 Answers2

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.

-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