HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

paccache — A `pacman` cache cleaning utility. More information: <https://manned.org/paccache>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandcacheclimorecleaningpaccachepacmanutility
linux

Problem

How to use the paccache command: A pacman cache cleaning utility. More information: <https://manned.org/paccache>.

Solution

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|--remove]}}


Set the number of package versions to keep:
paccache {{[-rk|--remove --keep]}} {{num_versions}}


Perform a dry-run and show the number of candidate packages for deletion:
paccache {{[-d|--dryrun]}}


Move candidate packages to a directory instead of deleting them:
paccache {{[-m|--move]}} {{path/to/directory}}

Code Snippets

Remove all but the 3 most recent package versions from the `pacman` cache

paccache {{[-r|--remove]}}

Set the number of package versions to keep

paccache {{[-rk|--remove --keep]}} {{num_versions}}

Perform a dry-run and show the number of candidate packages for deletion

paccache {{[-d|--dryrun]}}

Move candidate packages to a directory instead of deleting them

paccache {{[-m|--move]}} {{path/to/directory}}

Context

tldr-pages: linux/paccache

Revisions (0)

No revisions yet.