mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 18:55:56 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/linux/paccapability
Normal file
25
tldr/linux/paccapability
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# paccapability
|
||||
|
||||
> Query and display the capabilities supported by libalpm.
|
||||
> More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/paccapability.pod>.
|
||||
|
||||
- List all available capabilities:
|
||||
|
||||
`paccapability`
|
||||
|
||||
- Check for the specified capability:
|
||||
|
||||
`paccapability {{nls|downloader|signatures}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`paccapability --help`
|
||||
|
||||
- Display version:
|
||||
|
||||
`paccapability --version`
|
||||
Reference in New Issue
Block a user