winget-cli
winget-cli copied to clipboard
WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
### Brief description of your issue Winget isn't working to download APPX packages. For example, the game Flappy Bird can be found in the official MS store website at https://www.microsoft.com/en-us/p/flappy-bird/9wzdncrfjccc...
### Description of the new feature / enhancement For example, there are many OpenJDK flavors: - `Oracle.JDK.21` - `EclipseAdoptium.Temurin.21.JDK` - `Microsoft.OpenJDK.21` - `Azul.Zulu.21.JDK` - `BellSoft.LibericaJDK.21` - `BellSoft.LibericaJDK.21.Full` - `Amazon.Corretto.21` For...
### Description of the new feature / enhancement Winget should automatically drop privileges when trying to install a package that has "ElevationRequirement: elevationProhibited" specified (example package `Spotify.Spotify`). Currently winget just...
### Brief description of your issue Many applications upgraded via Winget in Microsoft Terminal takes between 30 to 45 minutes to install. Why does it take so long. I have...
### Brief description of your issue I recently updated my winget version to 1.4.11071 and installed the PowerShell module via PSGallery. Almost all of the cmdlets fail to run with...
### Brief description of your issue If `winget upgrade --all` is run and `winget` needs upgrading, the whole command is aborted. ### Steps to reproduce On a system where `winget`...
There's some issue with the build toolchain in internal pipeline that deep dependencies (3 level deep) are not picked up by the build. Explicitly adding the dependency fixed the issue....
### Brief description of your issue Running "Repair-WingetPackageManager -Force -Latest" in the system context reports back that Winget is in a good state even though it is not up to...
### Brief description of your issue I installed the latest Nvidia.CUDA package/drivers and now winget reports multiple updates available for the same package. ```powersehll # winget list --upgrade-available Name Id...
### Brief description of your issue I encountered this issue a while back after installing Cloudflare Warp. Before that, everything functioned correctly. I have attempted various commands suggested by the...