Bugzilla – Bug 118
pkg list should be able to list all packages.
Last modified: 2008-02-12 18:09:21 UTC
You need to log in before you can comment on or make changes to this bug.
there should be a documented easy-to-type "pkg_fmri_pattern" that matches all packages installed on a system, so that commands like: pkg list -t file -o <...> all | grep ... can be used to meaningfully look at all files managed by pkg
This seems pretty straightforward, although I'll probably use -a, just as with the status subcommand, rather than a special pattern.
-a should be "all that we know about" v. "All that's on the system". Behaviour consistent with status would bet that with no arguments, it lists everything it knows about. I have part of a patch implementing the latter (and similar for 'pkg info').
On-alias discussion suggests that "pkg list" and "pkg info" without arguments should display their output for all installed packages.
Yep.
Committed as e1dbb27a23b5a51c553a0e758ace947165938fee.
Fixed in Indiana Preview 2.