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 With some of the recent discoveries around DisplayVersion and range mapping, it seems that portable packages were/are allowed to have DisplayVersion's that are exactly...
### Description of the new feature / enhancement Instead of having individual boolean fields, it would be nicer for purposes of authoring / reading / suggesting edits to have a...
### Brief description of your issue Winget not running as system on a fresh install of Windows This means it cannot be used with Intune to roll out software ###...
# Description of the new feature/enhancement When a user encounters a SHA256 mismatch during install, the client should provide a mechanism to report the mismatch. This would result in triggering...
### Brief description of your issue WinGet 1.9 Release Candidate Bugs ### Environment Windows Package Manager v1.9.2507 Copyright (c) Microsoft Corporation. All rights reserved. Windows: Windows.Desktop v10.0.26100.2023 System Architecture: Arm64...
### Brief description of your issue WinGet Configuration fails to be enabled. ### Steps to reproduce Run `winget configure --enable` ### Expected behavior WinGet Configuration is enabled. ### Actual behavior...
### Description of the new feature / enhancement When rebuilding the entire index, it takes a long time as each manifest must be fully parsed and rebuilt. However, many of...
### Brief description of your issue When using `Find-WinGetPackage`, even when no packages are found, the result of `$?` will always be `True` ### Steps to reproduce ``` Find-WinGetPackage -Id...
### Brief description of your issue Winget search currently shows the `Mozilla.Firefox` package at version 131 ``` ❯ winget.exe search mozilla.firefox Name Id Version Source ---------------------------------------------------------------------------------- Mozilla Firefox Mozilla.Firefox 131...
### Brief description of your issue I am not able to install the latest version of winget from Github using PowerShell Command on Windows 10. ### Steps to reproduce I...