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 Microsoft.WindowsSDK was upgraded successfully but with installer failed. ### Steps to reproduce having Windows Software Development Kit at version 10.0.22000.832. run winget upgrade ###...
### Description of the new feature / enhancement Sometimes a package id gets changed. Usually this happens when the publisher changes, or when the community has determined a better approach...
PackageManager.FindPackages requires elevated context, the fix will be to revert to use previous FindPackagesByPackageFamily ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://api.github.com/repos/microsoft/winget-cli/pulls/2922)
The zlib library included from the Pure library is outdated and triggering a component governance issue. Since the library has not been updated in a while, I think it is...
Fixes #2475 Changes: Fixes an issue where portable installation was not taking in the installbehavior preference/requirement for scope before executing the portable installation. Tests: - Added settings tests for verifying...
### Description of the new feature / enhancement I was just now updating packages using `winget upgrade --all` which gave me a message `Package agreements were not agreed to. Operation...
Changes: - Modify PackageManager.idl to add support for ElevationRequirement ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://api.github.com/repos/microsoft/winget-cli/pulls/2919)
### Brief description of your issue Bitdefender is detecting the update to winget as a threat, and cleaning gsudo.exe out of the installer. Message from installer "An error occurred while...
### Brief description of your issue Some MSIX packages are provisioned (like "Microsoft Whiteboard") and cannot be uninstalled without elevation. ### Steps to reproduce `winget uninstall "Microsoft Whiteboard"` ### Expected...
### Please confirm these before moving forward - [X] I have searched for my issue and not found a work-in-progress/duplicate/resolved issue. - [X] I have not been informed if the...