This open-source project brings the best part of Linux to Windows

Configurare noua (How To)

Situatie

Solutie

Package Managers let you add and remove programs, system libraries, and drivers. You can search for programs almost instantly, retrieve information about them, and adjust settings. Windows actually does have a package manager—winget. However, winget is frequently forgotten and overlooked, despite how incredibly useful it is. The main reason for this is accessibility. The entire Windows experience is built around a graphical user interface rather than a command line, and winget doesn’t have one.

Get a user interface for Winget

Escape the command line

I don’t use winget more simply because it doesn’t have a convenient graphical user interface (GUI) like most Windows utilities. Luckily for everyone, there is an open-source project called UniGetUI (formerly WinGetUI) that provides a convenient user interface. Plus, it matches the normal UI style in Windows 11 quite well—it doesn’t look out of place at all.

Installing UniGetUI

If you want to install UniGetUI, you have multiple options. They’re all equivalent, so which you use is down to personal preference.There are fake websites claiming to be the official UniGetUI (previously WinGetUI) website.

Install UniGetUI from the Microsoft Store

You can download UniGetUI from the Microsoft Store, and that is the method the developer recommends. To do so, open the Microsoft Store, search UniGetUI, then click the first result.

Searching for UniGetUI on the Microsoft Store.

Click the “Install” button, then wait for it to download. You won’t be able to launch UniGetUI from the Microsoft Store. You’ll just see a button that says “Installed” if everything went correctly.

Click the "install" button to install UniGetUI from the Microsoft Store.

Install UniGetUI from GitHub

I typically avoid the Microsoft Store, so I downloaded UniGetUI from GitHub instead. Scroll down until you see Download UniGetUI installer, then click “Click here to download UniGetUI”.

Downloading UniGetUI from GitHub.

Once the executable has finished downloading, double-click it to install the program. If you are already a big fan of Winget, you can even use Winget to download UniGetUI!

Open up a Terminal, then run the following command:

winget install --exact --id MartiCliment.UniGetUI --source winget

You’ll probably see a normal installation window appear at the same time.

UniGetUI installing via Windows Terminal(PowerShell).

Once UniGetUI is installed, you search for it and launch it like any other program.

The first screen you’ll see is the Discover Packages tab. Here you can search for applications and filter them according to their source. By default, UniGetUI includes additional sources besides Winget, like Chocolatey. I’d recommend sticking to the applications from Winget to start.

The Discover Packages tab in UniGetUI.

My favorite tab, however, is Software Updates. Updating all of your apps manually can be pretty tedious, especially since they aren’t always installed from the same source. Luckily, Winget (with UniGetUI) can handle updates for most programs you’ll install.

Tick the box next to the program and click “Update selected packages.” Alternatively, you could click the box in the top left corner to select and update all of your apps simultaneously.

Tip solutie

Permanent

Voteaza

(3 din 4 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?