Revision of Keeping The System Updated from Wed, 02/12/2014 - 00:23

The revisions let you track differences between multiple versions of a post.

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
antiesnob
04/14/2014 - 04:46
alguien
09/04/2014 - 01:56
muhammed
05/10/2018 - 23:09
chaosmonk
06/08/2024 - 13:26
knife