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

This PR introduces the COM API for WinGet Repair Operation. Key updates include: - PackageManager.IDL updates for Repair API contracts. - Implementation of Repair COM API methods in PackageManager runtime...

- [x] I have signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs). - [x] This pull request is related to an issue - fixes #4411 - fixes #4680 ----- ###### Microsoft Reviewers: [Open...

Issue-Feature

### Brief description of your issue Hi, Yesterday I was able to run `winget install Microsoft.Teams` from my laptop and it successfully installed the new v2 client (23257.2618.2432.4374, although the...

Issue-Bug
Area-External

### Description of the new feature / enhancement The following cmdlets are plural in name and should be singular: * Get-WinGetSettings * Get-WinGetUserSettings * Set-WinGetUserSettings * Test-WinGetUserSettings ### Proposed technical...

In-PR
Issue-Feature
PowerShell

### Description of the new feature / enhancement While I'm aware that #1920 exists, that covers text which is a fairly significant area that will need a lot of thought....

Issue-Feature

### Brief description of your issue [**Context**] Some recently-reimaged devices are missing Microsoft.DesktopAppInstaller, both during and after OOBE. My experience is that this package (**v1.17.10691**) ships with Windows (up to...

Issue-Bug
Area-External

### Brief description of your issue When trying to upgrade Mozilla Firefox I receive this error message about a missing dependency: ```pwsh winget upgrade -e Mozilla.Firefox --verbose Trovato Mozilla Firefox...

### Brief description of your issue So I'm trying to update the package `yt-dlp`. I type out the command `winget upgrade yt-dlp.yt-dlp`. WinGet will indicate that the package has a...

Issue-Bug
Dependencies
Command-Upgrade

### Brief description of your issue After moving the package cache and temporary directories to a Dev-Drive, winget list displays packages with unusual prefixes such as MSIX/ or ARP/. This...

Issue-Bug

Adds support for `-TrustLevel` and `-Explicit`. The pwsh tests can now use the Add-winGetsource cmdlet to modify the trust level. Updated Get-WinGetsource to report the TrustLevel and Explicit flag. Updated...