Files
cheatsheet-tldr/tldr/linux/pacsift
2025-08-27 00:19:48 +00:00

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}}`