LinuxCommandLibrary

pacreport

generates reports about installed packages and system state

TLDR

Generate a summary of installed packages

$ pacreport
copy
List unowned files
$ pacreport --unowned-files
copy
List missing package files
$ pacreport --missing-files
copy
Search for unmerged backup files (.pacnew, .pacsave) in /etc
$ pacreport --backups
copy
Display packages in a group that are not installed
$ pacreport --group group_name
copy

SYNOPSIS

pacreport [options]

DESCRIPTION

pacreport generates reports about installed packages and system state. It can identify orphaned files, missing package files, pending configuration merges, and group membership status.
This tool is useful for system maintenance and cleanup tasks on Arch Linux systems.

PARAMETERS

--unowned-files

List files not owned by any package
--missing-files
List files that should exist but are missing
--backups
Find unmerged backup files in /etc
--group name
Show uninstalled packages from specified group

CAVEATS

Scanning for unowned files can be slow on systems with many files. The tool only examines paths typically managed by packages.

HISTORY

Part of pacutils, a collection of utilities for Arch Linux package management built on libalpm.

SEE ALSO

pacman(8), pacdiff(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community