Skip to content

gidoichi/pmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pmo

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.

INSTALLATION

git clone

git clone https://github.com/gidoichi/pmo.git
echo "PATH=\"$PWD/pmo:\$PATH\"" >> .bashrc

Homebrew

brew install gidoichi/tap/pmo

USAGE

Registering package managers

pmo 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 list

To 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`

pmo subcommands

To update and upgrade all packages, run:

pmo update && pmo upgrade

or it's equevalent:

pmo update,upgrade

About

Package Manager Organizer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages