PACREPORT(1) pacreport PACREPORT(1)

pacreport - display a summary of installed packages

pacreport [options]
pacreport (--help|--version)

Generate a report of installed packages including:

Package sizes include dependencies not needed by other packages.

Packages prefixed by an asterisk ("*") are optional dependencies for another package.

Set an alternate pacman configuration file path.
Set an alternate sync database extension.
Set an alternate database path.
Set an alternate installation root.
Set an alternate system root. See pacutils-sysroot(7).
Set an alternate cache directory path.
Search for .pac{save,orig,new} files. By default /etc is searched and all known config files are checked; pass twice to search outside /etc.
Display any packages in group name that are not currently installed. May be specified multiple times.
Check for missing package files.
Check for unowned files. See /etc/pacreport.conf under FILES for more information.
Take optional dependencies into account when listing unneeded packages and dependency loops.
Display usage information and exit.
Display version information and exit.

/etc/pacreport.conf
INI-style configuration file listing paths to ignore when run with --unowned-files. Paths which should always be ignored may be specified with "IgnoreUnowned" in the "Options" section. Paths which should only be ignored if a particular package is installed can be listed under the section "PkgIgnoreUnowned" using the package name as the option name and the path to be ignored as the value. All options can be specified multiple times. Paths may include shell-style globs. The installation root should not be included in paths.
[Options]
IgnoreUnowned = home/*
IgnoreUnowned = proc/*
IgnoreUnowned = mnt/*
[PkgIgnoreUnowned]
linux = boot/initramfs-linux.img
linux = boot/initramfs-linux-fallback.img
2024-04-16 pacutils