mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
paccache: add page (#2788)
This commit is contained in:
parent
45b9aeaf94
commit
ed9bfb1f6e
1 changed files with 19 additions and 0 deletions
19
pages/linux/paccache.md
Normal file
19
pages/linux/paccache.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue