mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
295 B
Markdown
17 lines
295 B
Markdown
![]() |
# winget
|
||
|
|
||
|
> Windows Package Manager CLI.
|
||
|
> More information: <https://docs.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}}`
|