The Windows Package Manager (or winget for short) is a command-line tool alternative to install apps. Although you can already download and install apps on Windows 10, the package manager is meant to save time and frustration by automating the process of searching, downloading, installing, upgrading, and configuring apps on your computer. If you ever had to set up a new device or reinstall Windows 10, you know how time-consuming it is to find the links, download, and reinstall all your apps. Using the Windows Package Manager, you can use a simple command to specify which apps you want to get. Then the client will find and install the latest version (or the specific version you need) automatically.

Using winget on Windows 10

For example, you can use the winget search followed by the keyword to look for an app in the repository, and then use the winget install followed by the app’s name to install it (such as winget install Oracle.MySQL). If you want to check for upgrades, you can use winget upgrade or the winget upgrade –all to download and upgrade all the applications. When reinstalling Windows 10, for instance, you could use the winget export packages.json command to export the apps currently installed on your device, and then the winget import packages.json command can be used to install all the apps again on the new installation or computer. The winget list is also available to view all the apps installed on the device, and then the winget uninstall followed by the name of the app is available to remove programs.

Installing winget on Windows 10

The new package manager is distributed with the App Installer application, which is built into the operating system. However, it will take some time until the new version becomes available to users. Microsoft says that the manager will arrive automatically on Windows 10 21H1, 20H2, 2004, and older releases in the coming weeks. But in the meantime, you will have to update the App Installer manually through the Microsoft Store to use the solution. Microsoft is not using the Microsoft Store for the winget command-line tool. Instead, the company has created a separate repository to maintain and validate apps. However, there are plans to support apps from the Store in future updates. The Windows Package Manager is also an open-source project, which means that other package managers can leverage this repository of validated packages. In addition, software vendors can use the distribution system to make apps available to users after their package manifest has been reviewed and accepted by Microsoft using the open-source Microsoft Community Package Manifest Repository on GitHub. All content on this site is provided with no warranties, express or implied. Use any information at your own risk. Always backup of your device and files before making any changes. Privacy policy info.