We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e1e9a commit 41c45faCopy full SHA for 41c45fa
pages/linux/paccheck.md
@@ -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