An open API service indexing awesome lists of open source software.

https://github.com/f9n/genpm

General package manager, it covers pacman, apt, dnf, zypper, emerge, apt-get
https://github.com/f9n/genpm

apt apt-get dnf emerge pacman zypper

Last synced: 7 months ago
JSON representation

General package manager, it covers pacman, apt, dnf, zypper, emerge, apt-get

Awesome Lists containing this project

README

          

# genpm
General package manager, it covers pacman,apt-get...
Golang version must be over 1.8

# Installation

```bash
$ bash -c "$(curl -fsSL https://raw.githubusercontent.com/pleycpl/gotoolsetup/master/init.sh) github.com/pleycpl/genpm"
```

# Usage

```sh
$ genpm version
$ genpm install python
$ genpm remove python
$ genpm search python
$ genpm info python
$ genpm upgrade
```