winget-cli icon indicating copy to clipboard operation
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).

Results 917 winget-cli issues
Sort by recently updated
recently updated
newest added

### Description of the new feature / enhancement Some installers (Docker Desktop and the modern SQL Server installer are the ones I know) send lots of log output to stdout...

Issue-Feature
Area-Output

### Brief description of your issue Powerwell won't update, and tells me to uninstall existing version. But when I try to uninstall I get an error. ### Steps to reproduce...

Issue-Bug
Area-External
Command-Uninstall
Area-Matching
Side-by-Side

### Brief description of your issue I can't install Powershell update. ### Steps to reproduce > winget install --id Microsoft.Powershell --source winget Found an existing package already installed. Trying to...

Issue-Bug
Command-Install
Side-by-Side

### Brief description of your issue Portable packages installed in user scope are removed from PATH after upgrading them. ### Steps to reproduce 1) `winget install yt-dlp.yt-dlp -v 2023.11.16` →...

Issue-Bug
Command-Upgrade
Portable

According to the [Quick Start Guide](https://github.com/microsoft/winget-cli/tree/master/src/PowerShell/Microsoft.WinGet.Client#quick-start-guide) in https://github.com/microsoft/winget-cli/tree/master/src/PowerShell/Microsoft.WinGet.Client, the module requires Powershell and not Windows PowerShell. But the minimum version that is specified in the PowerShell Gallery is 5.1.0. (which...

Issue-Bug
PowerShell

### Description of the new feature / enhancement I want to have arguments to be able to override the default behavior for configuration files. The settings should be able to...

Issue-Feature
Command-Configure

### Brief description of your issue In a manifest, different installers can have different DisplayVersion. Because of the way the matching logic works, a range is created encompassing the highest...

Issue-Feature

### Brief description of your issue I am not able to update installed packages by either piping package names to `Update-WinGetPackage` or using the command directly ### Steps to reproduce...

Issue-Bug
Needs-Attention
PowerShell

### Brief description of your issue When running Find-WinGetPackage or Get-WinGetPackage I get the error `An error occurred while connecting to the catalog.` `winget find` is working normally. ### Steps...

Issue-Bug
PowerShell

### Brief description of your issue I am unable to update sources, install packages, or even install the most recent `winget` release `.msixbundle` on a fresh install of Windows 11...

Issue-Bug
Area-Architecture