PDA

View Full Version : [kubuntu] How to upgrade (kernel and desktop ver.)?



SeePU
August 16th, 2009, 05:37 PM
How should one upgrade the kernel and desktop version?

That is, without breaking the system. I am used to just installing anew when Ubuntu/Kubuntu moves to the updated version.

Is there some steps of what you need to do (first)? Can I find some steps posted someplace or can someone help me here?

slakkie
August 16th, 2009, 05:44 PM
Search for upgrades in the wiki.

The easiest way is via the update-manager (GUI). In a terminal type:



sudo aptitude update && sudo aptitude safe-upgrade
sudo update-manager


The other easy way is via the command line, which is basically the same tool.



sudo aptitude update && sudo aptitude safe-upgrade
sudo aptitude install update-manager-core
sudo do-release-upgrade


You may want to look here:
https://help.ubuntu.com/community/UpgradeNotes