Linux command
pkgz 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Search packages
pkgz search [query]
Install package
pkgz install [package]
List installed
pkgz list
Update packages
pkgz update
说明
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.
参数
- search _QUERY_
- Search packages.
- install _PACKAGE_
- Install package.
- list
- List installed.
- update
- Update packages.
- --help
- Display help.
FAQ
What is the pkgz command used for?
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.
How do I run a basic pkgz example?
Run `pkgz search [query]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does search _QUERY_ do in pkgz?
Search packages.