mirror of
https://codeberg.org/scip/pkg.git
synced 2025-12-16 12:11:05 +01:00
add supported tools
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user