PKGMAN-SEARCH(1) General Commands Manual PKGMAN-SEARCH(1)

pkgman-searchsearch the packages sources directories for package name

pkgman search [-v | -vv] [--path] [--regex] expr

Search the packages sources directories for expr in packages' name. It looks in all directories specified in /etc/pkgman.conf as “pkgsrcdir” argument.

The options are as follows:

Show package version in the listing.
Show package version and description in the listing.
Show package source path in the listing.
Interpret expr as regular expression.
expr
Search names for expr, where the expression may be the string or regex in regex(3) format.

0
Success.
255
Nothing found.
September 9, 2023 Zeppe-Lin