Update your windows apps with yum like a utility in windows

Written by Aman Garg on
Winget is s a windows package manager that’s bundled with modern windows ( such as windows 11). It lets you manage your windows application in the command line.
It allows us perform various actions such as installing, removing, upgrading apps and much more.
Here we will be upgrading the apps present in my system.
winget upgrade
This command to show us the list of available updates and then use the –all parameter to upgrade all apps.
More information regarding the utility can be found here. This will help you get familiar with the fairly easy to use utility.
Comments