mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 06:53:46 +00:00
Update cheatsheets
This commit is contained in:
33
tldr/linux/paccheck
Normal file
33
tldr/linux/paccheck
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# paccheck
|
||||
|
||||
> Check installed packages on an Arch-based system to verify dependencies, integrity, and consistency.
|
||||
> More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/paccheck.pod>.
|
||||
|
||||
- List and check all installed packages:
|
||||
|
||||
`paccheck`
|
||||
|
||||
- Check the specified packages:
|
||||
|
||||
`paccheck {{package1 package2 ...}}`
|
||||
|
||||
- Only display messages if a problem is found:
|
||||
|
||||
`paccheck --quiet`
|
||||
|
||||
- Check that all package dependencies are satisfied:
|
||||
|
||||
`paccheck --depends`
|
||||
|
||||
- Display help:
|
||||
|
||||
`paccheck --help`
|
||||
|
||||
- Display version:
|
||||
|
||||
`paccheck --version`
|
||||
Reference in New Issue
Block a user