Revision of Keeping The System Updated from Thu, 09/04/2014 - 02:56

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

Keeping the system up to date

Updating the system and software

Open your terminal or virtual terminal. (Often, the shortcut for this is Ctrl + Alt + T. 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 of unnecessary packages, you can run this command:

$ sudo apt-get autoremove 


Be advised that you should Never simply copy and paste commands from your browser into the terminal, as you can be tricked into running malicious code.

Revisions

02/12/2014 - 01:23
antiesnob
04/14/2014 - 05:46
alguien
09/04/2014 - 02:56
muhammed
05/11/2018 - 00:09
chaosmonk
06/08/2024 - 14:26
knife