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
- Host: GitHub
- URL: https://github.com/f9n/genpm
- Owner: f9n
- License: gpl-3.0
- Created: 2017-06-18T10:22:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-16T17:06:21.000Z (about 8 years ago)
- Last Synced: 2024-06-20T08:13:59.108Z (over 1 year ago)
- Topics: apt, apt-get, dnf, emerge, pacman, zypper
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```