mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 16:01:40 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/linux/pacreport
Normal file
29
tldr/linux/pacreport
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user