Keeping the system up to date
Updating the system and software
The first you must do is to get to a terminal or virtual terminal. Once there, type the following command:
$ sudo apt-get update && sudo apt-get upgrade
Updating your distribution
If you are looking to upgrade your distribution, you can doing running the following command:
$ sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
Cleaning old software remains
To clean the system from non necessary packages you can run this command:
$ sudo apt-get autoremove
Revisions
02/12/2014 - 00:23
04/14/2014 - 04:46
09/04/2014 - 01:56
05/10/2018 - 23:09
06/08/2024 - 13:26