Update Kubuntu
This page was last updated on October 09, 2013.
- Keep Kubuntu up-to-date by typing this in a terminal window and pressing the Enter key:
-
sudo apt-get update && sudo apt-get upgrade
Explanation:
- sudo apt-get update synchronizes your list of available packages with the locations specified in the /etc/apt/sources.list file.
- sudo apt-get upgrade fetches and installs the newest versions of all packages currently installed on your system.
- && runs one command after the other.
Note that this will not upgrade your system to the next release. It will just keep the current release up-to-date.
Obligatory Happy Ending
And they all lived happily ever after. The end.
Comment: