1PACMAN-CONF(8) Pacman Manual PACMAN-CONF(8)
2
3
4
6 pacman-conf - query pacman's configuration file
7
9 pacman-conf [options] [<directive> ...]
10
11 pacman-conf (--repo-list|--help|--version)
12
14 pacman-conf is a utility for parsing the pacman configuration file and
15 returning script-friendly output. It is designed to properly handle
16 non-trivial configuration features such as variable interpolation and
17 the use of the Include directive, and guarantees that it will return
18 the same configuration values which pacman itself would use.
19
20 pacman-conf will output the fully-resolved contents of the
21 configuration file by default, or, if provided with the name of a
22 configuration directive, output the contents of the given directive
23 alone.
24
26 -c, --config <path>
27 Specify an alternate configuration file.
28
29 -R, --rootdir <path>
30 Specify an alternate installation root (default is /).
31
32 -r, --repo <remote>
33 Query options for a specific repository.
34
35 -v, --verbose
36 Always shown directive names.
37
38 -l, --repo-list
39 List configured repositories.
40
41 -h, --help
42 Output syntax and command line options.
43
44 -V, --version
45 Display version and exit.
46
48 pacman-conf -r core Usage
49 Show the value of the Usage configuration option for core
50 repository.
51
52 pacman-conf HoldPkg
53 Show the value of the HoldPkg configuration option.
54
56 pacman.conf(5)
57
58 See the pacman website at https://www.archlinux.org/pacman/ for current
59 information on pacman and its related tools.
60
62 Bugs? You must be kidding; there are no bugs in this software. But if
63 we happen to be wrong, submit a bug report with as much detail as
64 possible at the Arch Linux Bug Tracker in the Pacman section.
65
67 Current maintainers:
68
69 · Allan McRae <allan@archlinux.org>
70
71 · Andrew Gregory <andrew.gregory.8@gmail.com>
72
73 · Dan McGee <dan@archlinux.org>
74
75 · Dave Reisner <dreisner@archlinux.org>
76
77 Past major contributors:
78
79 · Judd Vinet <jvinet@zeroflux.org>
80
81 · Aurelien Foret <aurelien@archlinux.org>
82
83 · Aaron Griffin <aaron@archlinux.org>
84
85 · Xavier Chantry <shiningxc@gmail.com>
86
87 · Nagy Gabor <ngaba@bibl.u-szeged.hu>
88
89 For additional contributors, use git shortlog -s on the pacman.git
90 repository.
91
92
93
94Pacman 5.2.1 2020-07-29 PACMAN-CONF(8)