Use Winget in Windows 11

This article willguide you to use and install Winget in Windows 11. WinGet, also known as the Windows Package Manager, is a command-line tool developed by Microsoft to simplify software management on Windows. It allows quick installation of packages from a central repository, automates software deployment, and integrates with the App Installer on Windows 10 and 11. Additionally, it is ideal for developers and IT professionals who need efficient software management. Moreover, it also serves as an alternative for end consumers to Install Apps outside the Microsoft Store.

To install the package manager, verify whether it’s already preinstalled on your system. It is automatically included with the App Installer package on Windows 11 . Also, the latest two versions of Windows 10 are supported, where WinGet can be used.

Winget Windows 11
Winget seen running in Windows 11 installation

Step 2. Using the package manager

The commands for it allow you to efficiently manage software on your Windows system through the command line.

Concurrently, to open a command line, also known as Command Prompt, see below:

  • Open the Windows Start menu.
  • Type cmd, right-click it, and choose run as administrator.
  • First essential step, To install an application, you can use the ‘WinGet install < package-name >’ command, where ‘<package-name>’ is the specific identifier for the software you want to install.
  • If you’re unsure of the package name, you can use the WinGet search ‘<keyword>’ command to find it, replacing ‘<keyword>’ with a relevant term or part of the application’s name.
  • To update an existing application, the ‘WinGet upgrade <packet-name>’ command is handy, ensuring you have the latest version of the package.
  • If you want to update all installed applications simultaneously, use ‘winget upgrade –all’ .
  • Last, for removing software, the ‘WinGet uninstall <package-name>’ command. It will uninstall the package, aka the application you use the Command for.

For example, to install Firefox, type the following command:

winget install Mozilla.Firefox

Alternatively, to uninstall Firefox, swap install with uninstall.

To list all installed packages on a system, type the following command:

winget list  

The WinGet export and Import commands help restore the apps to your computer if you need to reinstall them.

winget export -o C:\1.json 
winget in Windows 11 running
Exporting packages in a JSON file

Furthermore, while this is primarily a command-line tool, a graphical user interface (GUI) can enhance its usability for those who prefer visual interactions over text-based commands. One such GUI is UnigetUI, which provides an intuitive and user-friendly interface for managing software packages.

UnigetUI, which can be considered a Graphical version of the package manager, enables you to manage packages through a GUI application. The interface often includes search functionality, making it easy to find specific applications without needing to remember exact package names. Additionally, WingetUI offers advanced features, such as batch operations, which allow users to install or update multiple applications simultaneously. This helps in saving time and effort. Moreover, by offering a visual representation of installed and available software, a GUI interface it makes it accessible to a broader audience, including those unfamiliar with command-line operations.

GitHub – marticliment/UniGetUI: UniGetUI: The Graphical Interface for your package managers. Could be terribly described as a package manager manager to manage your package managers

To summarize, these steps would help you to install Winget in Windows 11



Previous Article

Helpful tip: Using Phone Link to Transfer files in Windows

Next Article

Quick fix for CTRL+T Shortcut opening Screen Capture on Windows 10/11