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 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...
### 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...
### 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...
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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...