[FEATURE REQUEST] Select download/install architecture for discovered packages #648
Closed
5 tasks done
Labels
Milestone
Before submitting the issue
Describe the bug
I am not able to choose wanted architecture for discovered packages. It would also be useful to show architecture availability for each package in the discovery page.
The possible values should be:
To Reproduce
Steps to reproduce the behaviour:
java 8
Expected behaviour
Being able to select between
x64
andx86
when installing.Screenshots
Additional context
The problem is easily fixed by using the
--architecture
flag during installation. See Added an option to select architecture to install. microsoft/winget-cli#1666There is no indication of the available architecture for a selected package in the ui. You can find the available architectures directly in the installer yaml:
https://github.com/microsoft/winget-pkgs/blob/master/manifests/o/Oracle/JavaRuntimeEnvironment/8.0.3610.9/Oracle.JavaRuntimeEnvironment.installer.yaml#L29
https://github.com/microsoft/winget-pkgs/blob/master/manifests/o/Oracle/JavaRuntimeEnvironment/8.0.3610.9/Oracle.JavaRuntimeEnvironment.installer.yaml#L38
If I install the x86 and x64 packages manually they are viewed correctly in the installed packages and automatically associated with winget (screenshot 2)
The text was updated successfully, but these errors were encountered: