--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # pacreport > Generate a report of installed packages. > More information: . - 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}}`