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 Like for example i always keep getting this when running winget upgrade: ```text Name Id Version Available Source ------------------------------------------------------------------------ Spotify Spotify.Spotify 1.2.60.564.gcc6305cb...

Issue-Feature
Command-Upgrade

### Description of the new feature / enhancement "Failed in attempting to update the source: winget" This error message is bad. It should say something like there was a dns...

Issue-Feature
Area-Output

I have some minor contributions I'd like to make, and towards that goal I'm trying to get in a state where I can reliably build the solution. I am having...

Area-Build
Issue-Bug

### Brief description of your issue Other WinGet commands are working, but configuration is failing: ![Image](https://github.com/user-attachments/assets/ff74a806-f3fc-4f3f-b063-ede81c45e961) ### Steps to reproduce `winget configure -f "path to file" ### Expected behavior WinGet...

Issue-Bug
Command-Configure

- [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). - [x] This pull request is related to an issue. ----- Closes #5797...

Needs-Author-Feedback

See https://aka.ms/hybridcrt for additional details. When building ReleaseStatic, use the hybrid linkage model. This produces a binary that is closer in size to the dynamic linkage than the full static,...

Fixes #5869 and #5870 in the current code and will be backported to 1.12 ## Change Adds a test host that leverages the in-proc COM module (as built locally) to...

### Relevant area(s) WinGet CLI ### Relevant command(s) winget import ### Brief description of your issue When I run winget import on a large json file, it doesn't install any...

Issue-Bug
Command-Import

### Brief description of your issue ```powershell > Get-ChildItem -Path $env:ProgramFiles\WindowsApps -Filter 'Microsoft.Winget.Source_*_neutral__8wekyb3d8bbwe' | Measure-Object | Select-Object -Property Count Count ----- 452 > Get-AppxPackage -AllUsers | Where-Object { $_.Name -like...

Issue-Bug

### Relevant area(s) WinGet CLI ### Description of the new feature / enhancement When using the "winget search" command, please add an option to show a column that shows the...

Issue-Feature
Area-User-Interface