mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 00:51:29 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/pkgz
Normal file
29
tldr/pkgz
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user