| MPM-ORPHANS(1) | MPM-ORPHANS(1) |
mpm orphans - List orphaned packages.
mpm orphans [OPTIONS] [QUERY]
List packages installed as dependencies that no package requires anymore.
Each manager reports its orphans through its own native read-only query (`pacman --query --deps --unrequired`, `brew autoremove --dry-run`, `dnf repoquery --unneeded`, ...): `mpm` builds no dependency graph of its own. Review the list here, then act on it with `mpm cleanup --orphans`.
With an optional `QUERY`, restrict the listing to orphaned 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.
| 2026-08-04 |