pkgz
Cross-distribution package manager wrapper
TLDR
Search packages
$ pkgz search [query]
Install package$ pkgz install [package]
List installed$ pkgz list
Update packages$ pkgz update
SYNOPSIS
pkgz [command] [options]
DESCRIPTION
pkgz is a package manager wrapper that provides a unified command interface across Linux distributions. It translates common operations like install, search, and update into the appropriate commands for the underlying package manager (apt, dnf, pacman, zypper, etc.).
This allows users and scripts to use a single set of commands regardless of which distribution is running, simplifying cross-distribution workflows and documentation.
PARAMETERS
search QUERY
Search packages.install PACKAGE
Install package.list
List installed.update
Update packages.--help
Display help.
CAVEATS
Wrapper tool. Underlying package manager required.
HISTORY
pkgz provides simplified package management across distributions.
