laptopwiki:guides:os:windows:winget

This is an old revision of the document!


Winget

Winget is Microsoft's 1st party “package manager” like tool for Windows, used primarily through a command line interface.
Some Windows Store Win32 apps are distributed using Winget, they usually say “provided by $publisher” under the name and can't be uninstalled through the Windows Store.
It comes preinstalled on newest versions of Windows 10 and Windows 11. If you have Windows Terminal installed you probably have Winget.
Download Link: https://github.com/microsoft/winget-cli/releases/, in the “Assets” section look for a .msixbundle file.

Install

 winget install Ghisler.TotalCommander 

Uninstall Install

 winget uninstall Ghisler.TotalCommander 

Search Install

 winget search totalcommander 

Update one app

 winget upgrade Ghisler.TotalCommander 

Update all apps

 winget upgrade all 

Windows app: WingetUI (doesn't seem to support installing UWP apps) Web app: https://winstall.app/

  • laptopwiki/guides/os/windows/winget.1673099761.txt.gz
  • Last modified: 07/01/2023 14:56
  • by dustojnikhummer