/windows-package-manager

Winget is a Microsoft-developed command-line package manager for Windows that enables discovery, installation, and management of Windows apps through command line. It uses Windows Package Manager manifest format and PowerShellGet module for app metadata and installation management.

Primary LanguageJSONMIT LicenseMIT

🎉 Windows Package Manager

Winget is a Microsoft-developed command-line package manager for Windows that enables discovery, installation, and management of Windows apps through command line. It uses Windows Package Manager manifest format and PowerShellGet module for app metadata and installation management.

version rating uptime

📝 Notes

winget list
winget search xxx
winget install xxx
winget upgrade --all
winget export -o package.json
winget import -i package.json