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 9c533e6 commit d20d005Copy full SHA for d20d005
pages/linux/pacinfo.md
@@ -0,0 +1,28 @@
1
+# pacinfo
2
+
3
+> Display information about installed packages.
4
+> More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/pacinfo.pod>.
5
6
+- Display information about a specific package:
7
8
+`pacinfo {{package_name}}`
9
10
+- Disable low-speed timeouts for downloads:
11
12
+`pacinfo --no-timeout {{package_name}}`
13
14
+- Display sizes in bytes and date values as Unix timestamps:
15
16
+`pacinfo --raw {{package_name}}`
17
18
+- Display additional package information:
19
20
+`pacinfo --verbose {{package_name}}`
21
22
+- Display help:
23
24
+`pacinfo --help`
25
26
+- Display version:
27
28
+`pacinfo --version`
0 commit comments