mpm is a unifying command line interface on top of the 70+ package managers it supports (Homebrew, MacPorts, pip, npm, cargo, gem and more): list, search, install, upgrade, remove, sync, clean up, back up and restore packages across all of them at once, with table, JSON, CSV and SBOM outputs.
mpm is a unifying command line interface on top of the 70+ package managers it supports (Homebrew, MacPorts, pip, npm, cargo, gem and more): list, search, install, upgrade, remove, sync, clean up, back up and restore packages across all of them at once, with table, JSON, CSV and SBOM outputs.
To install meta-package-manager, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install meta-package-manager
To see what files were installed by meta-package-manager, run:
port contents meta-package-manager
To later upgrade meta-package-manager, run:
sudo port selfupdate && sudo port upgrade meta-package-manager
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.