MPM-INSTALLED(1) MPM-INSTALLED(1)

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]

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.
Only list installed packages sharing the same ID. Implies `--sort-by package_id` to make duplicates easier to compare between themselves.
Restrict and reorder table columns, SQL SELECT-style. Comma-separated list of column IDs. Default: all columns in canonical order.
Show this message and exit.

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.
Only list installed packages sharing the same ID. Implies `--sort-by package_id` to make duplicates easier to compare between themselves.
Restrict and reorder table columns, SQL SELECT-style. Comma-separated list of column IDs. Default: all columns in canonical order.
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.
2026-07-09