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 231242c commit 9c533e6Copy full SHA for 9c533e6
pages/linux/paccapability.md
@@ -0,0 +1,20 @@
1
+# paccapability
2
+
3
+> Query and display the capabilities supported by libalpm.
4
+> More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/paccapability.pod>.
5
6
+- List all available capabilities:
7
8
+`paccapability`
9
10
+- Check for the specified capability:
11
12
+`paccapability {{nls|downloader|signatures}}`
13
14
+- Display help:
15
16
+`paccapability --help`
17
18
+- Display version:
19
20
+`paccapability --version`
0 commit comments