mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 11:52:06 +00:00
Update cheatsheets
This commit is contained in:
25
linux/paccache
Normal file
25
linux/paccache
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# paccache
|
||||
|
||||
> A `pacman` cache cleaning utility.
|
||||
> More information: <https://manned.org/paccache>.
|
||||
|
||||
- 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}}`
|
||||
Reference in New Issue
Block a user