Package Manager Organizer
pmo manager many package manager such as apt, brew, and others. You are not need to use many package managers to update packages they managed. And you will not use old deprecated package for the hassle of updating.
git clone https://github.com/gidoichi/pmo.git
echo "PATH=\"$PWD/pmo:\$PATH\"" >> .bashrcbrew install gidoichi/tap/pmopmo manages it's package managers called at pmo command running. No managers are installed by default.
Officially supported managers are checked by:
pmo --manager=pmo listTo register managers to call by pmo:
pmo --manager=pmo install <manager...>
# or auto detected registration can be used to register all manager binaries in $PATH
# `pmo --manager=pmo install --auto`To update and upgrade all packages, run:
pmo update && pmo upgradeor it's equevalent:
pmo update,upgrade