HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pacsift — Query and filter packages. More information: <https://github.com/andrewgregory/pacutils/blob/master/

Submitted by: @import:tldr-pages··
0
Viewed 0 times
filtercommandpacsiftandcliquerymorepackages
linux

Problem

How to use the pacsift command: Query and filter packages. More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/pacsift.pod>.

Solution

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

Code Snippets

List all available packages

pacsift

Filter packages that provide a given package

pacsift --satisfies {{package}}

Context

tldr-pages: linux/pacsift

Revisions (0)

No revisions yet.