mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
20 lines
415 B
Markdown
20 lines
415 B
Markdown
# paccache
|
|
|
|
> A 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}}`
|