Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
pub:winget [2021/12/08 10:15] – created derek | pub: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 " | ||
- | === basic commands | + | === requirement/ |
+ | * built-in Win10/21H1 or Win11/ | ||
+ | * can be install From Microsoft Store | ||
+ | ** https:// | ||
+ | * install via command line | ||
<code powershell> | <code powershell> | ||
- | + | Invoke-WebRequest | |
- | winget | + | Add-AppxPackage " |
- | + | ||
- | winget search wget | + | |
- | winget install wget | + | |
- | winget list | + | |
- | + | ||
- | winget install 9WZDNCRDJXP4 | + | |
- | + | ||
- | + | ||
- | + | ||
</ | </ | ||
- |