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 Tried installing a package in Windows Sandbox, got an error that there was a failure when searching MSStore source ### Steps to reproduce Run...
### Brief description of your issue When using the COM-API ( based on this project https://github.com/marticliment/WinGet-API-from-CSharp/tree/main/WindowsPackageManager%20Interop/WindowsPackageManager) installation etc is working fine. Binaries coming from the project. But "upgrading" via **UpgradePackageAsync**...
WinGet List should only display results from a configured source when the --source argument is used
### Description of the new feature / enhancement When I pass a source into WinGet List the results displayed should only be those available in that source. ### Proposed technical...
### Brief description of your issue In the latest preview, installing with --disable-interactivity causes winget-cli to fail with a cryptic message ### Steps to reproduce `winget install Rustlang.Rust.MSVC --disable-interactivity` ###...
### Brief description of your issue  The message in the screenshot doesn't seem to be an error but it appears red. This makes it look like Winget is failing...
### Brief description of your issue I have been trying to implement native WinGet support (WinGet COM API) on a NET/C# App (WingetUI), and I am experiencing issues when fetching...
### Brief description of your issue I've run `winget upgrade --all` and it has installed the new version of Neovim (0.10.0) in parallel to the older one (0.9.5). Now I...
### Brief description of your issue runing winget upgrade --all --include-unknown it show only has update but not install. ### Steps to reproduce winget update --include-unknown Nome ID Versão Disponível...
### Brief description of your issue When running winget --list with scope machine on a Windows 10x86 build 17763, it crashes. The reason is because PopulateIndexFromMSIX (https://github.com/microsoft/winget-cli/blob/6c54251308f91125f8fc8044f70fac69459295fe/src/AppInstallerRepositoryCore/Microsoft/PredefinedInstalledSourceFactory.cpp#L61) calls FindProvisionedPackages. This...
### Brief description of your issue `winget` lists an available upgrade for k6 but then doesn't let me actually install it. Instead, it just keeps complaining that the upgrade is...