Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-12 00:20:06 +00:00
parent d185573d5d
commit c8f7023029
9 changed files with 236 additions and 10 deletions

33
tldr/linux/pacconf Normal file
View File

@@ -0,0 +1,33 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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:
`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`