https://github.com/tlinden/pkg
universal package manager
https://github.com/tlinden/pkg
Last synced: 24 days ago
JSON representation
universal package manager
- Host: GitHub
- URL: https://github.com/tlinden/pkg
- Owner: TLINDEN
- License: bsd-3-clause
- Created: 2021-08-19T13:06:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-19T13:17:41.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T22:29:54.412Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pkg
universal package manager
## intro
A simple wrapper tool for the most used package management tools. It uses the same subcommands as FreeBSD' `pkg` (hence the name) so I don't need to memoize all the other syntaxes.
## supported package systems:
- yum and dnf - CentOS
- zypper - Suse
- pacman - ArchLinux
- xbps - Voidlinux
- pkg - FreeBSD
## Usage
Copy the file pkg to some suitable location. Please note: Bash is required.
Commands are the same as under FreeBSD: https://www.freebsd.org/cgi/man.cgi?query=pkg&sektion=&n=1.
## license
Published under the BSD license.