mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
530 B
530 B
pacreport
Generate a report of installed packages. More information: https://github.com/andrewgregory/pacutils/blob/master/doc/pacreport.pod.
- Generate a summary of installed packages:
pacreport
- List unowned files:
pacreport --unowned-files
- List missing package files:
pacreport --missing-files
- Search for unmerged backup files (i.e.
.pacnew,.pacsave) in/etc:
pacreport --backups
- Display packages in a specific group that are not currently installed:
pacreport --group {{group_name}}