Files
cheatsheet-tldr/tldr/linux/pacreport
2025-11-29 00:20:05 +00:00

30 lines
622 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`