commands.sh

pacconf

linux

Query and display pacman's configuration options, showing either the full configuration or specific directive values as parsed by pacman.

More info →

Examples (6)

Show full parsed pacman configuration

List configured repositories

pacconf --repo-list

Always show directive names even if only one directive is provided

pacconf --verbose directive

Display only first value of multi-value options

pacconf --single

Display help

pacconf --help

Display version

pacconf --version
made by @shridhargupta | data from tldr-pages