Skip to content

Commit 41c45fa

Browse files
NamanSoni18dmmqzacuteenvy
authored
paccheck: add page (#18455)
Co-authored-by: Dylan <[email protected]> Co-authored-by: Lena Pastwa <[email protected]>
1 parent 96e1e9a commit 41c45fa

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

pages/linux/paccheck.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# paccheck
2+
3+
> Check installed packages on an Arch-based system to verify dependencies, integrity, and consistency.
4+
> More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/paccheck.pod>.
5+
6+
- List and check all installed packages:
7+
8+
`paccheck`
9+
10+
- Check the specified packages:
11+
12+
`paccheck {{package1 package2 ...}}`
13+
14+
- Only display messages if a problem is found:
15+
16+
`paccheck --quiet`
17+
18+
- Check that all package dependencies are satisfied:
19+
20+
`paccheck --depends`
21+
22+
- Display help:
23+
24+
`paccheck --help`
25+
26+
- Display version:
27+
28+
`paccheck --version`

0 commit comments

Comments
 (0)