mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 00:58:23 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,11 +10,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Install a package:
|
||||
|
||||
`winget install {{package}}`
|
||||
`winget {{[add|install]}} {{package}}`
|
||||
|
||||
- Remove a package (Note: `remove` can also be used instead of `uninstall`):
|
||||
|
||||
`winget uninstall {{package}}`
|
||||
`winget {{[rm|uninstall]}} {{package}}`
|
||||
|
||||
- Display information about a package:
|
||||
|
||||
@@ -26,11 +26,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Upgrade all packages to the latest versions:
|
||||
|
||||
`winget upgrade --all`
|
||||
`winget upgrade {{[-r|--all]}}`
|
||||
|
||||
- List all packages installed that can be managed with `winget`:
|
||||
|
||||
`winget list --source winget`
|
||||
`winget {{[ls|list]}} {{[-s|--source]}} winget`
|
||||
|
||||
- Import packages from a file, or export installed packages to a file:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user