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

# Description of the new feature/enhancement Something like: ```powershell winget install git.git --proxy="http://127.0.0.1:2345" ``` This will make `winget` download `git` through the *proxy server*.

In-PR
Issue-Feature
Experimental

null ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/microsoft/winget-cli/pull/2420)

Fixes #2392 Changes: - Changes installer.InstallerType -> installer.BaseInstallerType. - Created a method called EffectiveInstallerType() that returns the actual installerType that will be executed (i.e. the NestedInstallerType if it is a...

Issue-Bug

### Brief description of your issue Window Terminal version "1.12.10983.0" will appear in winget upgrade but can not be installed on Windows 10. ### Steps to reproduce precondition: winget installed....

Issue-Bug

### Description of the new feature / enhancement Although this is an edge case scenario, it may be good to consider. ----- Assume the user has the default source 'winget'...

Issue-Feature

### Brief description of your issue I just upgraded a package and end up with multiple different versions of the package ### Steps to reproduce type `winget upgrade Microsoft.SQLServerManagementStudio` and...

Issue-Bug

# Add an argument and settings to specify installer type As a user I would like to be able to specify which installer type to use on my machine. #...

Issue-Feature
Area-Settings

### Brief description of your issue When the user's `%temp%` location does not grant the *medium IL* user token sufficient privileges to execute files, some types of installers will fail...

Issue-Bug

- [x] Have you signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs)? - [ ] Are you working against an Issue? This does not take into account any of the entitlement checking for...

### Description of the new feature / enhancement In the spirit of [semantic](https://semver.org) versioning, we want to identify issues that are potentially breaking changes to consider for a future 2.0...

Issue-Feature