User Tools

Site Tools


ubuntu:apt-get:clean_the_system

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu:apt-get:clean_the_system [2023/06/18 16:24] – created peterubuntu:apt-get:clean_the_system [2023/06/18 17:08] (current) peter
Line 4: Line 4:
  
 ---- ----
 +
 +===== Remove all packages from the package cache =====
  
 <code bash> <code bash>
 sudo apt-get clean sudo apt-get clean
 </code> </code>
 +
 +<WRAP info>
 +**NOTE:**  This may not be desirable if you have a slow Internet connection, since it will cause you to re-download any packages you need to install a program.
 +
 +  * The package cache is in **/var/cache/apt/archives**.
 +
 +  * See how much space cached packages are consuming: <code bash>
 +du -sh /var/cache/apt/archives
 +</code>
 +
 +</WRAP>
  
 ---- ----
 +
 +===== Only remove packages that have a newer version available =====
  
 <code bash> <code bash>
Line 17: Line 32:
 <WRAP info> <WRAP info>
 **NOTE:**  **autoclean** only removes those retrieved package files that have a newer version now, and so will not be used anymore. **NOTE:**  **autoclean** only removes those retrieved package files that have a newer version now, and so will not be used anymore.
 +
 +  * This command removes **.deb** files for packages that are no longer installed on your system.
 +  * Depending on your installation habits, removing these files from /var/cache/apt/archives may regain a significant amount of diskspace.
 +
 </WRAP> </WRAP>
  
 ---- ----
 +
 +===== Removes libraries and packages that were installed automatically to satisfy the dependencies of another installed package =====
  
 <code bash> <code bash>
ubuntu/apt-get/clean_the_system.1687105475.txt.gz · Last modified: 2023/06/18 16:24 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki