With an ever-increasing plethora of apps on our Windows PCs, keeping them up-to-date can often feel like an endless chore. Although you can update apps individually, the process can be tedious and time-consuming. Enter the Windows Package Manager, commonly referred to as WINGET. This command-line tool is designed specifically for quick and efficient management of applications on the Windows 11 and 10 operating systems. Whether you’re looking to install a new app or update an existing one, the Winget command streamlines the process, eliminating the need to manually search the internet, download, and install apps. While developers and system administrators are the primary audience for Winget, its functionality is equally beneficial for regular users. Through this risewindows article, we’ll guide you on harnessing the power of Winget to install and simultaneously update apps on your Windows 11 or 10 PC.
Also Read: How to uninstall the app with Winget on Windows 11 or 10?
How to Install the WINGET (Windows Package Manager) in Windows 11 or 10?
Windows Package Manager comes bundled with Windows 11 and 10 under the name “App Installer.” If it isn’t present on your PC, you can download and install it from either the Microsoft Store or GitHub. If it’s already installed, make sure it’s updated to the latest version.
To obtain the “App Installer” from the Microsoft Store, open the Microsoft Store and search for “App Installer.”
Click on the “App Installer” app to access its page. Then, click the “Get” button to download and install it. If it’s already on your PC, select the “Update” button to refresh the app.
If you prefer to install the Windows Package Manager using an offline installer, you can obtain the latest version from its GitHub page. Simply visit the Windows Package Manager’s release page on GitHub and choose the most recent version.
After downloading the file, double-click on it to initiate the installation. Click on the “Install” button when prompted. If a message appears indicating that the “App Installer” is already installed, select the “Reinstall” button to reinstall the app.
How to Update an App on Windows 11 or 10 using Winget?
Do these steps to update an app on Windows 11 or 10 via the winget command:-
Step 1. Open Command Prompt or Windows PowerShell as an administrator.
Step 2. Type the below command and hit the Enter key on the keyboard to list all the apps with updates:-
winget upgrade
Step 3. Type the following and hit the Enter key on the keyboard to update the app:-
winget upgrade -h --id APP-ID
Note: In the above command, replace the APP-ID with the ID of the app you want to update. Here, the -h option helps run the installer silently and hides all UI. However, you will still get the prompt if your intervention is required.
For example, the below-mentioned command updates the UltraViewer to the latest release:-
winget upgrade -h --id DucFabulous.UltraViewer
After finishing the above steps, the application updates to the latest version available from the Windows Package Manager repository.
How to Update All Apps Simultaneously on Windows 11 or 10 through Winget?
If you have several outdated apps on your PC and want to update them at once, it is possible via the Winget command.
Do these steps to update all apps simultaneously on your Windows 11 or 10 by the Winget command:-
Step 1. Open Command Prompt or Windows PowerShell as an administrator.
Step 2. Type the below command and hit the Enter key on the keyboard to list all the apps with updates:-
winget upgrade
Step 3. Type the following and hit the Enter key on the keyboard to update all apps:-
winget upgrade -h --all
After finishing the above steps, the winget command will download and install the updates for all the apps installed on your Windows 11 or 10 PC.
Conclusion
The Windows Package Manager, also known as Winget, offers a convenient solution for managing applications on Windows 11 and 10 PCs. It simplifies the process of updating apps individually or simultaneously. With just a few command lines, users can harness the power of Winget to keep their apps up-to-date, ensuring a seamless and efficient user experience.