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

pkgman-listprint list of available packages

pkgman list [-v | -vv] [--path] [--all] [--depsort] [--regex] [--filter=expr]

Print list of available packages. 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.
List all packages, not only installed.
List the packages sorted by dependency.
Interpret filter argument as a regular expression.
=expr
Filter listing packages by expr. The filter argument may be the string, wildcard in fnmatch(3) format, or regex in regex(3) format.
September 9, 2023 Zeppe-Lin