mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 02:44:08 +00:00
30 lines
622 B
Plaintext
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}}`
|