snippetbashTip
pacconf — Query and display pacman's configuration options, showing either the full configuration or specific
Viewed 0 times
configurationcommandpacconfandcliquerypacmandisplay
linux
Problem
How to use the
pacconf command: Query and display pacman's configuration options, showing either the full configuration or specific directive values as parsed by pacman. More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/pacconf.pod>.Solution
pacconf — Query and display pacman's configuration options, showing either the full configuration or specific directive values as parsed by pacman. More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/pacconf.pod>.Show full parsed pacman configuration:
pacconfList configured repositories:
pacconf --repo-listAlways show directive names even if only one directive is provided:
pacconf --verbose {{directive}}Display only first value of multi-value options:
pacconf --singleDisplay help:
pacconf --helpDisplay version:
pacconf --versionCode Snippets
Show full parsed pacman configuration
pacconfList configured repositories
pacconf --repo-listAlways show directive names even if only one directive is provided
pacconf --verbose {{directive}}Display only first value of multi-value options
pacconf --singleDisplay help
pacconf --helpContext
tldr-pages: linux/pacconf
Revisions (0)
No revisions yet.