Differences

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

Link to this comparison view

Next revision
Previous revision
pub:winget [2021/12/08 10:15] – created derekpub:winget [2022/03/21 13:40] (current) – [requirement/install] derek
Line 1: Line 1:
-{{tag> template}} 
 == winget == winget
-* come with Win10 1809 or later 
-* before 1809, search App Store for "Package Manager" 
  
-=== basic commands+=== requirement/install 
 +* built-in Win10/21H1 or Win11/21H2 
 +* can be install From Microsoft Store  
 +** https://www.microsoft.com/store/apps/9nblggh4nns1 
 +* install via command line
  
 <code powershell> <code powershell>
- +Invoke-WebRequest -Uri "https://github.com/microsoft/winget-cli/releases/download/v1.1.12653/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle" -OutFile "C:\drv\WinGet.msixbundle" 
-winget +Add-AppxPackage "C:\drv\WinGet.msixbundle"
- +
-winget search wget +
-winget install wget +
-winget list +
- +
-winget install 9WZDNCRDJXP4 --accept-package-agreements +
- +
- +
- +
 </code> </code>
-