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).
The current version of `Assert-WinGetPackageManager` (1.8.1911) actually throws when I try to use the `-Debug` parameter: ``` PS C:\Windows\system32> Assert-WinGetPackageManager -Debug Assert-WinGetPackageManager : Debug parameter not supported At line:1 char:1...
### Brief description of your issue Winget will respond normally to many commands, but refuses to do any installations. Anytime I wrote, for example, `winget upgrade --all`, it would simply...
### Brief description of your issue I have an internal WinGet repository where I have uploaded several of our internal applications that I push out to our internal machines. After...
I'd like WinGet to function correctly on Windows Server Core. The main gap identified by @jantari was related to the way WinGet determines the locale for package metadata. Quote from...
### Description of the new feature / enhancement The --exclude option is designed to provide users with more control over their command line operations. This feature allows users to specify...
### Description of the new feature / enhancement I'm looking to into adding a WinGet option in a public repo. All the other options have `svg` logos included in the...
- [X ] I have signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs). - [ X] This pull request is related to an issue. ----- ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/3694)
### Brief description of your issue Reset should remove and "re-add" a source. ### Steps to reproduce ```PowerShell PS C:\Users\denelon> Reset-WinGetSource -Name msstore PS C:\Users\denelon> Get-WinGetSource Name Argument Type ----...
### Brief description of your issue When trying to install Winget with Add-Appxpackage it shows that Microsoft.UI.XAML is required but if you use Add-AppxProvisionedPackage it installs without telling you that....
### Brief description of your issue If I use "--exact" then no packages are returned even though I am using the exact string for the ID. ### Steps to reproduce...