System Grab Bag

View all TLDR pages from Linux (or from all pages)

paccache

A pacman cache cleaning utility. More information: https://manned.org/paccache.
  • Remove all but the 3 most recent package versions from the pacman cache:
    paccache -r
  • Set the number of package versions to keep:
    paccache -rk {{num_versions}}
  • Perform a dry-run and show the number of candidate packages for deletion:
    paccache -d
  • Move candidate packages to a directory instead of deleting them:
    paccache -m {{path/to/directory}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.