Files
pkg/README.md

26 lines
586 B
Markdown
Raw Permalink Normal View History

2021-08-19 15:06:34 +02:00
# pkg
2021-08-19 15:13:10 +02:00
2021-08-19 15:06:34 +02:00
universal package manager
2021-08-19 15:13:10 +02:00
## 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.
2021-08-19 15:15:15 +02:00
## supported package systems:
- yum and dnf - CentOS
- zypper - Suse
- pacman - ArchLinux
- xbps - Voidlinux
- pkg - FreeBSD
2021-08-19 15:13:10 +02:00
## 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.