mpm installed - List installed packages.
mpm installed [OPTIONS] [QUERY]
List all packages installed on the system by each manager.
With an optional `QUERY`, restrict the listing to installed
packages whose ID or name matches it. The match is fuzzy by default
(case-insensitive, tokenized); `--exact` requires a verbatim match on the
package ID or name.
- [QUERY]
- --exact /
--fuzzy
- With a QUERY, only keep packages whose ID or name matches it exactly,
instead of the default case-insensitive, tokenized (fuzzy) match. No
effect without a QUERY.
- -d /
--duplicates
- Only list installed packages sharing the same ID. Implies `--sort-by
package_id` to make duplicates easier to compare between themselves.
- --columns
[package_id,package_name,manager_id,installed_version]
- Restrict and reorder table columns, SQL SELECT-style. Comma-separated list
of column IDs. Default: all columns in canonical order.
- --help /
-h
- Show this message and exit.
- INSTALLED_EXACT
- With a QUERY, only keep packages whose ID or name matches it exactly,
instead of the default case-insensitive, tokenized (fuzzy) match. No
effect without a QUERY.
- INSTALLED_DUPLICATES
- Only list installed packages sharing the same ID. Implies `--sort-by
package_id` to make duplicates easier to compare between themselves.
- INSTALLED_COLUMNS
- Restrict and reorder table columns, SQL SELECT-style. Comma-separated list
of column IDs. Default: all columns in canonical order.
- INSTALLED_HELP
- Show this message and exit.
- 0
- Success.
- 1
- A runtime error, or an aborted prompt (Ctrl-C, a declined
confirmation).
- 2
- A usage error: unknown option, invalid value, missing operand, or an
unparsable configuration file.