mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-11 14:47:26 +00:00
Update cheatsheets
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user