Now i want to share with you all, how to upgrade Ubuntu 8.10 to Ubuntu 9.04 without reinstalling the Ubuntu.
For Ubuntu desktop edition:
- Press ALT+F2
- Type
update-manager -d
- Update Manager should open up and tell you: New distribution release ‘9.04’ is available.
- Click Upgrade and follow the on-screen instructions.
- Wait until the process finish.
- That’s it!
For Ubuntu server edition:
- Install the
update-manager-core
package if it is not already installed - Type: vim
/etc/update-manager/release-upgrades
- Set
Prompt=normal
and save file - Type this command:
sudo do-release-upgrade
- Follow the on-screen instructions
- That’s it
Hi Ivan, Very Thanx for sharing this useful information, this helped me a lot.