tldr/pages/linux/paccache.md

21 lines
470 B
Markdown
Raw Normal View History

2019-02-22 21:25:39 +00:00
# paccache
> A `pacman` cache cleaning utility.
> More information: <https://manned.org/paccache>.
2019-02-22 21:25:39 +00:00
- Remove all but the 3 most recent package versions from the `pacman` cache:
2019-02-22 21:25:39 +00:00
`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}}`