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 Trying to uninstall package sharkdp.bat, winget hangs at "Starting package uninstall..." ### Steps to reproduce With sharkdp.bat installed, try to uninstall. ``` ❯ winget...
- [x] I have signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs). - [x] I have updated the [Release Notes](../doc/ReleaseNotes.md). - Waiting for bump of version to 1.28 - [x] This pull request...
### Relevant area(s) WinGet CLI ### Description of the new feature / enhancement WinGet has a setting to "skip" dependencies. https://github.com/microsoft/winget-cli/blob/master/doc/Settings.md#skip-dependencies This feature would add an argument so the user...
### Relevant area(s) WinGet CLI ### Description of the new feature / enhancement I'd like to decide which dependencies I want to update. "There's usually some package you don't want...
### Relevant area(s) WinGet CLI ### Relevant command(s) _No response_ ### Brief description of your issue On my machine I had following packages installed - Microsoft.DotNet.DesktopRuntime.6 x64 - Microsoft.DotNet.DesktopRuntime.6 x86...
### Relevant area(s) WinGet CLI, COM API ### Description of the new feature / enhancement Expose DSC resource schema in the COM API ### Proposed technical implementation details _No response_
### Relevant area(s) WinGet CLI ### Relevant command(s) winget uninstall, winget upgrade ### Brief description of your issue On some packages, you can install the `portable` installer type, but then...