Difference between revisions of "System Maintenance"
Views
Actions
Namespaces
Variants
Tools
Pacman Cache Maintenance
imported>Cscs (Clean and reorganize.) |
imported>Cscs (Pacman Cache Maintenance) |
||
Line 64: | Line 64: | ||
You can also use Pacman to remove orphans as described in [[Pacman_Overview#Viewing_and_Removing_Orphans|this guide]] | You can also use Pacman to remove orphans as described in [[Pacman_Overview#Viewing_and_Removing_Orphans|this guide]] | ||
==Pacman Cache== | |||
By default pacman keeps a cache of downloaded packages on the system. This can be helpful if you need to copy or downgrade a package.<br /> | |||
But the cache can grow to include dozens of each package resulting in gigabytes of space. | |||
To remove all but the last 3 versions of a package in the cache: | |||
paccache -rvk3 | |||
==Pacnew and Pacsave files== | ==Pacnew and Pacsave files== |