snippetbashTip
pkgz — Unified package manager for multiple sources. More information: <https://github.com/roguehashrate/pk
Viewed 0 times
unifiedpkgzcommandmultipleclipackageformanager
Problem
How to use the
pkgz command: Unified package manager for multiple sources. More information: <https://github.com/roguehashrate/pkgz#-usage>.Solution
pkgz — Unified package manager for multiple sources. More information: <https://github.com/roguehashrate/pkgz#-usage>.Install a package:
pkgz install {{package_name}}Remove a package:
pkgz remove {{package_name}}Search for a package:
pkgz search {{package_name}}Show how many packages are installed per source:
pkgz infoShow where a package is installed or available:
pkgz info {{package_name}}Update all packages in all sources:
pkgz updateRemove cache of all supported sources:
pkgz cleanDisplay version:
pkgz --versionCode Snippets
Install a package
pkgz install {{package_name}}Remove a package
pkgz remove {{package_name}}Search for a package
pkgz search {{package_name}}Show how many packages are installed per source
pkgz infoShow where a package is installed or available
pkgz info {{package_name}}Context
tldr-pages: common/pkgz
Revisions (0)
No revisions yet.