Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-23 00:21:40 +00:00
parent 716a67f83d
commit 4e6886aa1f
57 changed files with 368 additions and 131 deletions

View File

@@ -10,20 +10,32 @@ source: https://github.com/tldr-pages/tldr.git
- Upgrade all installed packages:
`pkg upgrade`
`pkg {{[up|upgrade]}}`
- List currently installed packages:
`pkg {{[list-i|list-installed]}}`
- Install a package:
`pkg install {{package}}`
`pkg {{[i|install]}} {{package}}`
- Uninstall a package:
`pkg uninstall {{package}}`
`pkg {{[un|uninstall]}} {{package}}`
- Reinstall a package:
`pkg reinstall {{package}}`
`pkg {{[rei|reinstall]}} {{package}}`
- Search for a package:
`pkg search {{package}}`
`pkg {{[se|search]}} {{package}}`
- Show information about specific package:
`pkg {{[sh|show]}} {{package}}`
- Display help:
`pkg {{[h|help]}}`