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).
### 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...
### 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...
### 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...
### 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` →...
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...
### 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...
### 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...
### 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...
### 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...
### 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...