Use WinGet to install and manage applications on Windows
What it is
WinGet is a command line tool enabling users to discover, install, upgrade, remove and configure applications on Windows 10 version 1809 (build 17763) or later, Windows 11, and Windows Server 2025 computers.
How does it know there is a new version of an application available
There is an open-source community repository on GitHub, where people can submit pull requests of manifests for each new version of their applications.
How to install
It is a part of the App Installer, which is delivered and updated by the Microsoft Store.
How to use
winget search <appname>Search for applicationswinget show <appname>Show information about specific applicationwinget install <appname>Install specific applicationwinget uninstall <appname>Uninstall specific applicationwinget listDisplay all installed applicationswinget list <appname>Display specific installed applicationwinget upgradeShow all available upgradeswinget upgrade <appname>Perform upgrade for specific application