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).
- [x] Have you signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs)? - [x] Are you working against an Issue? - #2898 ----- This is only a partial implementation, as the user settings...
### Brief description of your issue I'm trying to search for a software on msstore specifically with winget 1.4.10173 and I get this error message : Failed when opening source(s);...
### Brief description of your issue This seems to only apply to `.exe` installers. I have 2 accounts, a User and Administrator account. I run `winget install/update ` on the...
### Brief description of your issue Winget is unable to install programs which require Admin. Winget disables inheritance on the `C:\Users\username\AppData\Local\Temp\WinGet` folder so the administrator accounts can't access it. Even...
### Description of the new feature / enhancement Continuation of #140. See https://github.com/microsoft/winget-cli/issues/140#issuecomment-706523554: > I agree that supporting other compression methods (zstd, lzma, etc.) and archive formats (7z, tar, etc.)...
### Description of the new feature / enhancement The behavior of WinGet can be modified by Group Policy, Administrative Settings, and User Settings (settings.json). Sometimes troubleshooting issues is tricky without...
### Brief description of your issue When attempting to install PowerShell Preview 7.4 side-by-side with PowerShell 7.3 using winget, the installation is blocked with the message "Found an existing package...
This change adds support specifying multiple packages in a single command for install, update and uninstall. For example, `winget install app1 app2`. * Added a new argument type called MultiQuery,...
Spec for * #2697 ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/microsoft/winget-cli/pull/2701)
This PR builds on top of #2769. I can close that PR in favor of this one, or we can merge that one first to make the changes smaller and...