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 other winget packages successfully export when running the `winget export` command, OBS Studio doesn't successfully add itself to the list of packages. The...
### Brief description of your issue Winget import shows the ```Multiple packages are found``` message (yellow on the image.), even though i just exported the whole list. I made sure...
### Brief description of your issue I have both XNA redist 3.1 and 4.0 installed (both as "refresh"). They are meant to be installed side-by-side, as 4.0 is not a...
### Brief description of your issue The WinGet.Client Powershell Module can not be imported if the installed winget version is a preview version. ### Steps to reproduce - Install a...
### Brief description of your issue When trying to run the Install-WinGetPackage commandlet, I encounter various error messages relating to arguments being determined as null as seen in the snippet...
``` >winget upgrade --id BlenderFoundation.Blender Multiple installed packages found matching input criteria. Please refine the input. Name Id ---------------------------------------------- Blender BlenderFoundation.Blender blender {8E411BEA-E05E-4E73-B9D3-A89A3084D67D} ``` and `winget update --all` won't update...
@denelon I'm experiencing this issue when trying to uninstall a package. ``` > winget list --name Colorpicker Name Id Version Available Source -------------------------------------------------------- Colorpicker Toinane.Colorpicker 2.0.0 2.0.3 winget Colorpicker Toinane.Colorpicker...
# Description of the new feature/enhancement Add numerous dependencies to the packages list for separate/direct installation. For example, search for: `winget search --id xaml` does not return any results that...
# Description of the new feature/enhancement This feature request closely related to: https://github.com/microsoft/winget-cli/issues/120 https://github.com/microsoft/winget-cli/issues/223 https://github.com/microsoft/winget-cli/issues/405 There are programs which can be safely self upgrade itself, like [Node.js](https://github.com/microsoft/winget-pkgs/blob/master/manifests/OpenJS/NodeJS/). Until there will...
# Description of the new feature/enhancement Windows Store apps seems to be in the roadmap, but PowerShell Modules from PowerShellGet should be too. # Proposed technical implementation details (optional) For...