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).
Notice in this screenshot, winget reports it has found version 6.1.xxx on my machine and needs to install v6.2.xxx However, when it pulls the pkg and begins downloading the installer,...
### Brief description of your issue Every time I run `winget upgrade --all` it tries to update VLC, it finishes and says it's successful, and opening VLC confirms that it...
### Brief description of your issue doing winget upgrade I saw Name Id Version Available Source ... IDA Freeware and Hex-Rays Decompilers (… HexRays.IDA.Free 7.6 7.7 winget ... so I...
### Brief description of your issue If a manifest lists multiple dependencies, only the first one is installed (and there aren't any messages explaining why). Sorry if this is a...
### Brief description of your issue winget prompted me that there is a new version 1.4.1.1017 of voidtools.Everything (a cool software to find files in Windows rapidly), after upgrading it...
### Brief description of your issue If I tell winget to update Visual Studio Enterprise 2019 and then update 2022 using the following two commands via powershell, I've found that...
Not sure if it is an issue with PyCharm basically copying files to a location and unable to overwrite for upgrades. Currently have three versions of PyCharm installed winget list...
### Brief description of your issue Not sure if it's related to the package `Everything`, an unexpected result is that `winget upgrade voidtools.Everything` shows `No applicable update found.` but `winget...
### Brief description of your issue While trying to override INSTALLDIR directory for Java JRE I've used the following command line: ``` winget.exe install --id Oracle.JavaRuntimeEnvironment --override "/s INSTALLCFG=`"$Env:TEMP\JavaRE64.cfg`" INSTALLDIR=`"$Env:ProgramFiles\Java\jre8`""...
### Brief description of your issue I am executing PS Script to install packages with winget. Once executed it returns _"Package is already installed"_ but it actually hasn't installed any...