From 301533b5a8766ce7e72b92b2353993b84dd74e5c Mon Sep 17 00:00:00 2001 From: Naman Soni <97269749+NamanSoni18@users.noreply.github.com> Date: Sun, 12 Oct 2025 01:30:38 +0530 Subject: [PATCH] pacconf: add page (#18467) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Lena Pastwa <126529524+acuteenvy@users.noreply.github.com> --- pages/linux/pacconf.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/linux/pacconf.md diff --git a/pages/linux/pacconf.md b/pages/linux/pacconf.md new file mode 100644 index 0000000000..a39caa183c --- /dev/null +++ b/pages/linux/pacconf.md @@ -0,0 +1,28 @@ +# pacconf + +> Query and display pacman's configuration options, showing either the full configuration or specific directive values as parsed by pacman. +> More information: . + +- Show full parsed pacman configuration: + +`pacconf` + +- 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`