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

- [x] I have signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs). - [ ] This pull request is related to an issue. ----- Adding new installation option to `README.md`: **PowerShell script for...

### Brief description of your issue When running `winget upgrade --all` I get something like `` 10 package(s) have version numbers that cannot be determined. Use --include-unknown to see all...

Issue-Bug

### Brief description of your issue I want to determine another folder on D drive to extract a portable software, but no matter how I use `--location`, it fails. ###...

In-PR
Issue-Bug
.zip
Portable

### Brief description of your issue When I run any `winget install` command, the result is `0x80070005 : Access is denied.` * Possibly related to #1097 and #1433. Unfortunately, these...

Issue-Bug
Needs-Author-Feedback

### Brief description of your issue App install using System Account fails with 0x80070520 error ### Steps to reproduce Use winget to install an app using the System Account ###...

Issue-Bug

### Brief description of your issue I only had 1 python version installed, and it was python 3.10. I tried to install python 3.9 using "winget install -e Python.Python.3.9" and...

Issue-Bug
Area-Matching

### Description of the new feature / enhancement When `InstallLocationRequired` is set to true and the user does not have a default install root set, the user is prompted for...

Issue-Feature

### Description of the new feature / enhancement When executing the following command `winget install -e --id Git.Git` , the latest version of Git is installed but no git command...

Issue-Feature

Related to: #556 Description: This PR adds experimental feature support for enabling Windows Features prior to installation. There are known packages such as Wix toolkit that require certain optional Windows...

https://github.com/microsoft/winget-cli/blob/e66cbc901d87fee5386bc6b75ea2a5c2f0a697bf/src/AppInstallerCLICore/Workflows/MSStoreInstallerHandler.cpp#L119 The user-facing, en-us localized message written to `Reporter.Info()` appears to be correct, but this line written to `AICLI_LOG` is not. This should be "Get entitlement failed."

Issue-Bug