PACCACHE(8) Pacman-contrib Manual PACCACHE(8) NAME paccache - flexible pacman cache cleaning utility SYNOPSIS paccache [options] [target ...] DESCRIPTION paccache removes old packages from the pacman cache directory. By default the last three versions of a package are kept. OPERATIONS -d, --dryrun Perform a dry run, only finding candidate packages. -m, --move Move candidate packages from the cache directory to dir. -r, --remove Remove candidate packages from the cache directory. OPTIONS -a, --arch Scan for packages for a specific architecture. Default is to scan for all architectures. -c, --cachedir Specify a different cache directory. This option can be used more than once. Default is to use the cache directory configured in pacman.conf. -f, --force Apply force to mv and rm operations. -h, --help Display syntax and command-line options. -i, --ignore Specify packages to ignore, comma-separated. Alternatively "-" can be used to read the package names from stdin, newline-delimited. -k, --keep Specify how many versions of each package are kept in the cache directory, default is 3. --min-atime