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

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

# Description of the new feature/enhancement At it's current state, `winget` exports "all" packages installed on the local system & the ones which are available on a remote source to...

Issue-Feature

Winget works with default powershell instance using 5.1 on Windows 10 professional. After installing powershell 7 I attempted running any commands including `winget --version` and they all fail with the...

Issue-Bug

### Brief description of your issue ![image](https://user-images.githubusercontent.com/11600822/161062290-1d9d6683-c96b-4432-975f-52d67efa236b.png) Logs from the `DiagOutputDir` folder with `--verbose-logs`: 1) `winget validate` = https://pastebin.com/raw/a3WAmzPN 2) `winget install` = https://pastebin.com/raw/A3xFjEwQ 3) `winget source update` = https://pastebin.com/raw/GBp1un8Q...

Issue-Bug

### Brief description of your issue Actual command syntax does not reflect documentation. Command help `winget list --help` shows: ``` Windows Package Manager (Preview) v1.4.2161-preview Copyright (c) Microsoft Corporation. All...

Issue-Bug

I would like to be able to exclude packages from the Windows Package Manager. `winget exclude ` would mark a package as excluded. It should not be upgraded with `winget...

Issue-Feature

# Description of the new feature/enhancement Hey there, I would like to add parameters to the installation of a package, for example like `"sql-server-express /SECURITYMODE=SQL /SAPWD=localadministrator"` ~~(I know that it's...

Issue-Feature

I know winget update command is live and it is still experimental and also integration with Microsoft Store is still ongoing. So, is it possible in the future if we...

Issue-Feature

It would be nice if getting hold of the available versions of a package was less involved. If you don't know the package path in advance, you have to search...

Issue-Feature

### Brief description of your issue Winget `list` and `uninstall` does not work with `--id` ### Steps to reproduce 1. List packages by name: ``` PS C:\> winget list element...

Issue-Bug
Area-Matching