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

### Brief description of your issue I was trying to install [a zip+portable package](https://github.com/microsoft/winget-pkgs/pull/254394) when I encountered an undefined command line alias, and when I checked the user PATH, I...

Issue-Bug
Portable

### Description of the new feature / enhancement If a user specifically runs `sudo winget install...` in terminal, it's pretty likely that they intend to install an application with `--scope...

Issue-Feature

### Brief description of your issue When a package X of version Y is currently installed on the computer, attempting to install that exact package X in version Y again...

Issue-Bug

Comment 1: > I would definitely suggest having the UserSettings code handle the reading/writing of settings file itself. This code doesn't consider the settings backup file; which might be relevant...

Issue-Feature

### Brief description of your issue winget incorrectly says the currently installed package is installed with machine scope, blocking upgrades ### Steps to reproduce * install Scene Builder 23.0.1 manually...

Issue-Bug
Area-External
Command-Upgrade

### Description of the new feature / enhancement Current behavior The winget CLI reports out an error code, like 1978335216 (from the list here https://github.com/microsoft/winget-cli/blob/master/doc/windows/package-manager/winget/returnCodes.md). Customers have to either run...

Issue-Feature

### Brief description of your issue When attempting to install a store package through Winget we are getting an error message An unexpected error occurred while executing the command: 0x80072efe...

Issue-Bug
msstore
Command-Install

### Brief description of your issue Running `winget install julia -s msstore` seems to install a random other software "Julian Date Selector [9NSGP4VDNW0R] Version Unknown". There seems to have been...

Issue-Bug
Area-External
msstore
Area-Matching

### Description of the new feature / enhancement Currently, the `winget upgrade` command lists all installed packages that have any available update (major, minor, or patch). This can result in...

Issue-Feature
Command-Upgrade

### Brief description of your issue When trying to do `winget update` I get an error message `Failed in attempting to update the source: winget`. ### Steps to reproduce Run...

Issue-Bug