-
-
Notifications
You must be signed in to change notification settings - Fork 547
Description
Hi
I'm trying to install Fan Control via winget for the first time and it goes like this:
`> winget install --id Rem0o.FanControl
Found FanControl [Rem0o.FanControl] Version 251
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
This package requires the following dependencies:
- Packages
Microsoft.DotNet.DesktopRuntime.10
(1/1) Found Microsoft .NET Windows Desktop Runtime 10.0 [Microsoft.DotNet.DesktopRuntime.10] Version 10.0.0
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0/windowsdesktop-runtime-10.0.0-win-x64.exe
██████████████████████████████ 57.4 MB / 57.4 MB
Successfully verified installer hash
Starting package install...
Another version of this application is already installed.
Installer failed with exit code: 1638`
Microsoft.DotNet.DesktopRuntime.10.10.0.0-25-12-14-17-02-05.log
So, I listed out the installed version:
> winget list -q Microsoft.DotNet.DesktopRuntime.10 No installed package found matching input criteria.
When I try to install it:
> winget install --id Microsoft.DotNet.DesktopRuntime.10 -v 10.0.0 Found Microsoft .NET Windows Desktop Runtime 10.0 [Microsoft.DotNet.DesktopRuntime.10] Version 10.0.0 This application is licensed to you by its owner. Microsoft is not responsible for, nor does it grant any licenses to, third-party packages. Successfully verified installer hash Starting package install... Another version of this application is already installed. Installer failed with exit code: 1638
When I try to upgrade it:
> winget upgrade --id Microsoft.DotNet.DesktopRuntime.10 No installed package found matching input criteria.
When I try to uninstall it:
> winget uninstall --id Microsoft.DotNet.DesktopRuntime.10 No installed package found matching input criteria.
All if this is using winget under the latest version of PowerShell v7.
Thanks!