Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-05 00:19:48 +00:00
parent 9bc209f588
commit abbad12043
44 changed files with 475 additions and 62 deletions

View File

@@ -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: