mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-16 05:55:25 +02:00
441 B
441 B
pkgz
Unified package manager for installing, removing, updating, and searching packages from 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}}
- Update all packages in all sources:
pkgz update
- Display version:
pkgz --version