|
NAMEpkg provides —
query which package provides a file matching a particular
pattern
SYNOPSIS
DESCRIPTIONpkg provides is used to query which package in your pkg
catalog provides a particular file given a pattern.
The search pattern can be any perl compatible regular expression (PCRE). OPTIONSThe following options are supported bypkg provides :
ENVIRONMENT
EXIT STATUSThepkg provides utility exits 0 on success,
and >0 if an error occurs.
EXAMPLESUpdate the provides database:$ pkg provides -u Search for a package that provides bin/firefox $ pkg provides
bin/firefox$ Search for packages that provide a file with the pattern libbz2.so.* $ pkg provides
^libbz2.so. Look for bin/firefox but only in the FreeBSD repository $ pkg provides -r FreeBSD
bin/firefox$ AUTHORSpkg provides was written by Rodrigo
Osorio <rodrigo@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |