1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/paccache.md

21 lines
535 B
Markdown
Raw Normal View History

2019-02-22 22:25:39 +01:00
# paccache
> A `pacman` cache cleaning utility.
> More information: <https://manned.org/paccache>.
2019-02-22 22:25:39 +01:00
- Remove all but the 3 most recent package versions from the `pacman` cache:
2019-02-22 22:25:39 +01:00
`paccache {{[-r|--remove]}}`
2019-02-22 22:25:39 +01:00
- Set the number of package versions to keep:
`paccache {{[-rk|--remove --keep]}} {{num_versions}}`
2019-02-22 22:25:39 +01:00
- Perform a dry-run and show the number of candidate packages for deletion:
`paccache {{[-d|--dryrun]}}`
2019-02-22 22:25:39 +01:00
- Move candidate packages to a directory instead of deleting them:
`paccache {{[-m|--move]}} {{path/to/directory}}`