Introduction
pacopa - a simple script for list old package archives.
Usage: pacopa [-n=2] [dir]
- use
-nto specify the number of latest package archives to exclude for each package, default to2 - use
dirto specify the package dir to scan, default to/var/cache/pacman/pkg
Examples
pacopa -n 3: list old package archives for each package in/var/cache/pacman/pkgexcept the lastest3verions.pacopa ~/.cache/aur: list old AUR package archives in a custom dir~/.cache/aur. In this case only the lastest 2 versions for each package would be filtered out.