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).
Hi. The readme says: https://github.com/microsoft/winget-cli/blob/f1ae1267c330f7ec463a58fc6c7b0e2ea6f44a16/README.md?plain=1#L16 I'm glad to hear that installation on windows server 2022 "may be possible." What steps should I take to test if it's possible for me?
### Brief description of your issue We are using WinGet to install applications machine wide with Powershell DSC, and one of the test scripts is failing during the execution of...
# Description of the new feature/enhancement Support downloading packages in parallel, with multiple connections per package. Concept is similar to [apt-fast](https://github.com/ilikenwf/apt-fast). Especially useful for folks with intermittent/slow internet connections.
### Brief description of your issue Users with unicode characters in their usename can't use symlinks that Winget creates to launch installed apps because the username portion of the symlink...
### Brief description of your issue Winget update list Microsoft.VCRedist.2005.x86 as version 8.0.61000 but version 8.0.61001 was installed by winget itself. `Microsoft Visual C++ 2005 Redistributable (x64) Microsoft.VCRedist.2005.x86 8.0.61000 8.0.61001...
### Brief description of your issue I'm getting different behavior between `winget list -Exact` and `Get-WinGetPackage -Exact`, and it looks like the `-Exact` option of `Get-WinGetPackage` is bugged. When `-Exact`...
Localising help means translating the help text to non-EN-US languages and including those translations in the module. PowerShell does a great job handling this, but you must design it into...
### Brief description of your issue I'm using PowerShell v7.4.2 with Windows Terminal v1.20.11271.0 and winget.exe v1.7.11261. My laptop was not connected to the internet. When I opened the terminal,...
### Description of the new feature / enhancement Related to #1980 This would be a breaking change With tools for creating multimanifests being well established, the ability to add multiple...
### Brief description of your issue When using the upgrade command (`winget upgrade`), it lists all availabe updates, but there are several that can't be updated or uninstalled. To me,...