You have to be a reader of Easy Tech Tutorials to know about the existence of Winget. It is a package manager designed for Windows 10 and 11 that allows for simple installation, updating, and uninstallation of applications through the command line.
However, the catch is that command lines may not be something Windows users are familiar with. That’s why Martí Climent developed WingetUI, which is simply a graphical interface for Winget, as well as its competitor Scoop.

WingetUI

In his repositories, you will find many very useful applications, as well as open-source games.
With a simple right-click on the package you’re interested in, you can install it. Then, WingetUI allows you to update installed apps or remove them. It’s a classic, but practical!

To install it directly with Winget, open a terminal and enter the command:
winget install wingetui
Leave a Comment