How to use winget - New Package Manager for Windows 10
Microsoft's new Windows Package Manager, makes it easy to install applications by running a command. Here's how to try out the new command winget
and why this Linux package manager is so interesting for the future of Windows 10.
What is Windows Package Manager?
The package manager is very popular on Linux. Instead of searching for an application on the web, downloading the installer, and clicking through the wizard, you can simply run a quick command to search and install an application by its name.
For example, to install Microsoft PowerToys, you can open a Terminal window and run the command:
winget install powertoys
The command will automatically find, download and install the software without any additional input from you. Very easy!
Microsoft is hosting its own software repository, and other organizations and individuals can do the same. This is an important feature that helps improve productivity on Linux, especially for developers and system administrators.
Right now, this tool is for developers only, but one day, Microsoft or third-party developers can create an easy-to-use graphical tool that quickly finds and installs. place the application. It may be similar to the Windows Store, but with access to all the Windows desktop applications that people actually use. In other words, it is like Chocolatey, but integrated into Windows.
How to install Windows Package Manager
Beginning May 19, 2020, Windows Package Manager is available as a preview. Someday it will be integrated directly into future updates for Windows 10.
Until then, there are a few ways you can get this package manager:
- Install the Windows 10 Insider build, register the Windows Package Manager Insiders Program, and install the update for the App Installer package from the Microsoft Store. You will receive automatic updates for Windows Package Manager when they are released, but you must run the unstable version of Windows 10.
- Download the .appxbundle file of Windows Package Manager from GitHub. Install it by double clicking on the file and clicking on Update. You can install future updates manually from the same download page, but you won't have to run an unstable version of Windows 10.
In the future, these will not be necessary and the winget will be integrated right into all stable versions of Windows 10. Since May 2020, it has appeared in preview form, while Microsoft tested it. and fix errors.
How to use winget - the new Windows package manager
You can run it winget
from Windows PowerShell or the classic Command Prompt environment. The article recommends installing a new Windows Terminal if it is not already available.
From a command line, run the command winget
to see more information on how to use the tool.
To search for an application, run the following command, replacing 'name' with the search term:
winget search name
Search for an application To install an application, run the following command, replacing 'name' with the application's name:
winget install name
Install an application To see more information about an application, run the following command, replacing 'name' with the application name or search term:
winget show name
See more information about an application To see the full list of available applications, run the following command:
winget install
In the first version, the winget repository was integrated with many popular desktop applications. You'll find everything from popular Windows apps to developer tools. This list includes Google Chrome, Mozilla Firefox, Zoom, Steam, VLC Media Player, Spotify, Windows Terminal, Visual Studio Code, Ruby, Microsoft PowerToys, etc.
You'll find everything from popular Windows apps to developer toolsTo manage the source, run:
winget source
You will see a list of commands. For example, to view current sources, run:
winget source list
In the original version of winget, there was only one integrated winget source operated by Microsoft, located at:
https://winget.azureedge.net/cache
In the future, you will be able to add third party sources with the command:
winget source add
In the future, you can add third party sources You can see more information on using one of winget's integrated commands by adding -? For example, to see the various options you can use with the winget, run the following command:
winget search -?
Microsoft is sure to add additional features to the Windows Package Manager in the future and this tool will become more and more powerful.
You should read it
- Chocolatey or Windows Package Manager is the better tool to download Windows software?
- Winstall.app - web-based GUI for Windows Package Manager only
- 9 most popular Linux package managers today
- How to manage application packages with WingetUI on Windows 11
- Decode how the package manager works and software installation on Linux
- What is a package dependency in Linux?
- All problems about using Task Manager
- How to Install or Remove an RPM Package
- Ways to enable Task Manager in Windows 11
- Preparing for a new Task Manager on Windows 11
- How to fix broken packages in Ubuntu
- 4 How to open Task Manager Windows 11
Maybe you are interested
How to Enable and Disable Tabs in File Explorer on Windows 11
5 macOS Sequoia Features Not Available on Windows 11
Why does Windows operating system have such a bad reputation?
Quickly fix Unmountable Boot Volume error on Windows 10/11
15 safe software and application download websites for Windows
How to Fix Clipboard History Error in Windows 11 Latest Update