1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 00:24:56 +02:00
tldr/pages/linux/paccache.md
2019-02-22 21:25:39 +00:00

19 lines
424 B
Markdown

# paccache
> A flexible pacman cache cleaning utility.
- 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}}`