PACCAPABILITY(1) paccapability PACCAPABILITY(1) NAME paccapability - query libalpm capabilities SYNOPSIS paccapability [options] [...] paccapability (--help|--version) DESCRIPTION paccapability provides a way to query which features libalpm was built with. Recognized capabilities are: o ALPM_CAPABILITY_NLS o ALPM_CAPABILITY_DOWNLOADER o ALPM_CAPABILITY_SIGNATURES Capabilities are case-insensitive and may omit the leading "ALPM_CAPABILITY_". If no capabilities are provided, all enabled capabilities will be printed, one per line. Otherwise, each provided capability will printed, one per line, followed by a one or zero to indicate that the feature is enabled or disabled, respectively. If any given capabilities are disabled paccapability will exit with a non-zero value. OPTIONS --help Display usage information and exit. --version Display version information and exit. EXAMPLES Check if libalpm was built with signature checking: paccapability signatures >/dev/null && ... pacutils 2024-04-16 PACCAPABILITY(1)