laptopwiki:guides:os:windows:winget

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
laptopwiki:guides:os:windows:winget [07/01/2023 14:52] – created dustojnikhummerlaptopwiki:guides:os:windows:winget [22/04/2023 17:30] (current) – [GUI for Winget] dustojnikhummer
Line 3: Line 3:
 Winget is Microsoft's 1st party "package manager" like tool for Windows, used primarily through a command line interface. \\ 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. \\ 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. +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.+Download Link: [[https://github.com/microsoft/winget-cli/releases/]], in the "Assets" section look for a .msixbundle file. \\
 ===== Basic commands ===== ===== Basic commands =====
-Install <code> winget install developer.appname </code>+Install <code> winget install Ghisler.TotalCommander </code> 
 +Install silently <code> winget install Ghisler.TotalCommander --silent</code> 
 +Uninstall Install <code> winget uninstall Ghisler.TotalCommander </code> 
 +Search Install <code> winget search totalcommander </code> 
 +Update one app <code> winget upgrade Ghisler.TotalCommander </code> 
 +Update all apps <code> winget upgrade --all </code> 
 +===== UAC prompts ===== 
 +If you want to avoid UAC prompts, run CMD/Powershell/Windows Terminal as an administrator. 
 ===== GUI for Winget ===== ===== GUI for Winget =====
-Windows app: [[https://github.com/marticliment/WingetUI|WingetUI]] (doesn't seem to support installing UWP apps)+Windows app: [[https://github.com/marticliment/WingetUI|WingetUI]] (doesn't seem to support installing UWP apps) \\
 Web app: [[https://winstall.app/]] Web app: [[https://winstall.app/]]
  
  
  • laptopwiki/guides/os/windows/winget.1673099577.txt.gz
  • Last modified: 07/01/2023 14:52
  • by dustojnikhummer