How to Update Apps on Your PC with Winget
Linux distributions offer users a wide range of options, one of which is the package manager. This article will explain three Ubuntu package managers, APT, Snap, and Flatpak, and explain when to use which one.
Manually updating Windows applications is cumbersome
Windows provides users with a lot of freedom, including how to install and where to get the application.
Therefore, there is currently no single location that can handle updates to all software on your PC. Microsoft Store handles its own updates. Some applications have their own built-in updates that run regularly or automatically when you start the application. Some content (usually a driver) can be received directly through Windows Update.
Other applications will not be updated at all unless you manually access the developer website and download and install a new version.
After a while, this becomes very cumbersome.
Winget makes updates easy
The real miracle of Winget is its ability to interact with and update nearly any app on your PC, assuming that the app has built-in automatic update functionality.
Whether you get it from GitHub, a random website, or the Microsoft Store, Winget handles them the same way.
Microsoft Store on Windows 11 cannot be opened? 8 solutions
Start installing applications from the Microsoft Store!
Winget to update your application
To open your application using Winget, first run Windows terminal (or PowerShell).
After opening Winget, run winget list to get the program list.
From here, you can update the apps one by one, or all apps at the same time.
Update a single application
If you want to upgrade the app individually, scroll through the app list and find your app in the list. You can upgrade the application with a name or ID. I tend to copy and paste names to reduce the possibility of mistyped.
You must use Ctrl C to copy the selected text in the terminal; right-click does not work.
I chose Audacity, so to actually update Audacity, I will run:
<code>winget upgrade “Audacity 3.7.0”</code>
Be sure to put the program name in quotes or the terminal will treat anything with spaces in the name as multiple separate things.
Sometimes you have to click the prompt in the relevant application to complete the update, and other times you will receive some prompts from the program the next time you start the program.
Update all applications at the same time
If you just want to update all applications at the same time, you only need one command:
<code>winget upgrade --all</code>
Remember, this actually tries to update everything. If you have many applications installed, this can take a while, and you need to answer some tips for individual programs along the way.
What else can Winget do?
Winget can handle most other things related to package management, not just upgrades. There are some commands you should know.
- winget show: Show information about the package you filled in. This can be helpful if you want to know where something comes from or other metadata.
- winget search: Allows you to find specific applications and programs on your PC based on your name or installation location.
- winget list: Lists all applications on the PC that Winet can detect.
- winget source: Allows you to add other repositories from which programs can be installed.
- winget uninstall: Uninstall the program you specified.
- winget help: List all Winet commands and a brief description.
Most of these commands can also use special parameters to refine their functionality. The help documentation that comes with winget help
command actually explains everything very well.
Winget is one of the best built-in utilities that Windows offers. If you want to save time, it's well worth learning to use it.
The above is the detailed content of How to Update Apps on Your PC with Winget. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Microsoft's latest PowerToys update introduces a game-changing search feature reminiscent of macOS' Spotlight. This improved "Command Palette" (formerly PowerToys Run) surpasses the functionality of the Windows R Run command and the task

KB5054979 is a cumulative security update released on March 27, 2025, for Windows 11 version 24H2. It targets .NET Framework versions 3.5 and 4.8.1, enhancing security and overall stability. Notably, the update addresses an issue with file and directory operations on UNC shares using System.IO APIs. Two installation methods are provided: one through Windows Settings by checking for updates under Windows Update, and the other via a manual download from the Microsoft Update Catalog.

Nanoleaf's Pegboard Desk Dock: A Stylish and Functional Desk Organizer Tired of the same old charging setup? Nanoleaf's new Pegboard Desk Dock offers a stylish and functional alternative. This multifunctional desk accessory boasts 32 full-color RGB

Kamrui GK3Plus Mini PC: Small and powerful, affordable! During Amazon's spring sale, the Kamrui GK3Plus Mini PC is priced as low as $150! This mini computer has powerful performance, easy upgrade and small size, making it an ideal choice for users who pursue cost-effectiveness. Whether it’s a mini computer enthusiast or a first-time user who’s trying out a small computer, the Kamrui GK3Plus Mini PC is an excellent starter choice. Originally priced at $199, Amazon currently enjoys a 15% discount (and a $20 coupon) and can be purchased for less than $149. Such a affordable price, but with a good configuration: equipped with a slightly old but competent In

Dell's UltraSharp 4K Thunderbolt Hub Monitor (U2725QE): An LCD That Rivals OLED For years, I've coveted OLED monitors. However, Dell's new UltraSharp 4K Thunderbolt Hub Monitor (U2725QE) has changed my mind, exceeding expectations with its impressiv

Mastering Malware Detection in Windows 11: Three Easy Methods Malware, encompassing viruses, adware, and data-stealing code, poses a significant threat. With a staggering 190,000 attacks per second, effective malware detection is crucial. This guide

Many free apps rival their paid counterparts in functionality. This list showcases excellent free Windows alternatives to popular paid software. I firmly believe in using free software unless a paid option offers a crucial, missing feature. These

The accessibility features of Windows systems are not designed only for people with disabilities, they can also significantly improve the productivity of ordinary users. Even without a disability, I rely on some accessibility features to improve efficiency and can't even imagine how to use Windows without them. Here are some features worth trying: Watch videos easily: Use real-time subtitles Sometimes to save time, I speed up the video, but this makes the audio difficult to understand. Or, the speaker has a heavier accent, contains professional terms, or I can’t use my headphones in the library. In these cases, I would rely on Windows' real-time subtitles feature, which generates real-time subtitles for any audio for easy reading. Enable this feature, open the Settings app, and navigate to Assistant
