0.0
No commit activity in last 3 years
No release in over 3 years
Unifies the command interface for using yum and apt on Linux, Fink and MacPorts on OS X
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

>= 0.8.7
 Project Readme

package_manager - A package manager abstraction¶ ↑

Unifies the command interface for using yum and apt on Linux, Fink and MacPorts on OS X

Commands¶ ↑

The following commands are provided:

  • pkg-find-available - list matching packages that are available for installation

  • pkg-find-installed - list matching packages that are installed

  • pkg-install - install the named package

  • pkg-install-file - install a package from a file

  • pkg-list-contents - list the files contained in an installed packages

  • pkg-provides - which pakage installed the given file?

  • pkg-uninstall - remove the named pakage from the system