mirror of
https://codeberg.org/scip/pkg.git
synced 2025-12-17 20:51:03 +01:00
29 lines
687 B
Markdown
29 lines
687 B
Markdown
> [!CAUTION]
|
|
> This software is now being maintained on [Codeberg](https://codeberg.org/scip/pkg/).
|
|
|
|
# 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.
|