LinuxCommandLibrary

pkgz

Cross-distribution package manager wrapper

TLDR

Search packages

$ pkgz search [query]
copy
Install package
$ pkgz install [package]
copy
List installed
$ pkgz list
copy
Update packages
$ pkgz update
copy

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.

SEE ALSO

apt(1), yum(1), pacman(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community