mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-06 06:55:24 +02:00
pkgz: add page (#16971)
This commit is contained in:
parent
0ca83b9545
commit
a14097dd2a
1 changed files with 24 additions and 0 deletions
24
pages/common/pkgz.md
Normal file
24
pages/common/pkgz.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue