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 While running a winget uninstall command I am getting a access denied. I am pretty sure it worked some weeks ago without issues. ###...
### Brief description of your issue I just added a new pin and pulled a new winget list and the package is still showing up. I rebooted the shell window...
### Brief description of your issue For zip + portable packages, if the target executable file is in a subfolder of the zip archive, WinGet will always report the portable...
### Please confirm these before moving forward - [X] I have searched for my issue and not found a work-in-progress/duplicate/resolved issue. - [X] I have not been informed if the...
### Brief description of your issue I am well aware of the uninstall issues with side by side packages and the CLI not being able to disambiguate between package versions....
### Brief description of your issue When upgrading a package using winget, the `-l` and `--location` options are ignored and the upgraded package is installed to the default location instead....
### Brief description of your issue Winget is incorrectly matching items when using the -e switch. ### Steps to reproduce Install a package (Such as Visual C++ 2013 x86) using...
So I started playing around with the Powershell module in https://github.com/microsoft/winget-cli/tree/master/tools/PowerShell/Microsoft.WinGet.Client/src First thing is that it is limited to specific functions. I'm not sure if this is intentional or not...
### Description of the new feature / enhancement There are currently E2E tests for Install, Search, Import, and many other core functionalities of winget in the project `AppInstallerCLIE2ETests`. Notably, there...
### Description of the new feature / enhancement _I'm not sure if this is a bug or a new feature, since I see some stuff happening with versions in the...