mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 18:43:07 +00:00
18 lines
352 B
Plaintext
18 lines
352 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pacsift
|
|
|
|
> Query and filter packages.
|
|
> More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/pacsift.pod>.
|
|
|
|
- List all available packages:
|
|
|
|
`pacsift`
|
|
|
|
- Filter packages that provide a given package:
|
|
|
|
`pacsift --satisfies {{package}}`
|