mirror of https://github.com/CrimsonTome/tldr.git
25 lines
459 B
Markdown
25 lines
459 B
Markdown
# winget
|
|
|
|
> Windows Package Manager CLI.
|
|
> More information: <https://learn.microsoft.com/windows/package-manager/winget>.
|
|
|
|
- Install a package:
|
|
|
|
`winget install {{package}}`
|
|
|
|
- Display information about a package:
|
|
|
|
`winget show {{package}}`
|
|
|
|
- Search for a package:
|
|
|
|
`winget search {{package}}`
|
|
|
|
- Upgrade all packages to latest versions:
|
|
|
|
`winget upgrade --all`
|
|
|
|
- List all packages installed that can be managed with winget:
|
|
|
|
`winget list --source winget`
|