microsoft / winget-pkgs

The Microsoft community Windows Package Manager manifest repository
MIT License
8.63k stars 4.48k forks source link

[Package Issue]: Microsoft.WindowsTerminal #60858

Closed thunderstatic closed 2 years ago

thunderstatic commented 2 years ago

Please confirm these before moving forward

Category of the issue

Installation issue.

Brief description of your issue

The attempt to install the latest version of Windows Terminal on Windows 10 system ends up with «No applicable installer found» error. That happens cause the manifest of this version contains installer URLs only for Win11 platform. You can see it clearly after downloading and trying to run the installer manually, as I showed on 2nd screenshot. Since the official repository of Windows Terminal contains Win10 installer, is there any way to fix this issue?

Steps to reproduce

Run winget install --id Microsoft.WindowsTerminal in cmd or PowerShell.

Actual behavior

Error caused by missing an applicable installer.

Expected behavior

An option to choose the right installer for your current OS or automatic successful installation.

Environment

Windows Package Manager v1.2.10271
Windows: Windows.Desktop v10.0.19044.1706
Package: Microsoft.DesktopAppInstaller v1.17.10271.0

Screenshots and Logs

cmd log installer log current manifest wt releases

ItzLevvie commented 2 years ago

Duplicate of https://github.com/microsoft/winget-cli/issues/2134.

thunderstatic commented 2 years ago

@ItzLevvie Ouch. I've read all this topic already: https://github.com/microsoft/winget-pkgs/issues/36878 Here, I described the issue in more detail and wanted to find out if there is an accurate solution. So far as the decision to manually pick the older version of the software with a suitable manifest doesn't seem right to me, especially when we have the latest release in two clicks from here. But with this great discussion, which I missed in my search, I think I can close that topic.