add supported tools

This commit is contained in:
2021-08-19 15:15:15 +02:00
parent 86ec5bdd73
commit 471b9b18ee

View File

@@ -6,6 +6,14 @@ universal package manager
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. 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 ## Usage
Copy the file pkg to some suitable location. Please note: Bash is required. Copy the file pkg to some suitable location. Please note: Bash is required.