mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
295 B
295 B
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}}