The Wayback Machine - https://web.archive.org/web/20200930184910/https://github.com/microsoft/winget-cli/issues/523
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install "Gnu Arm Embedded Toolchain" #523

Open
LK4D4 opened this issue Jul 31, 2020 · 2 comments
Open

Can't install "Gnu Arm Embedded Toolchain" #523

LK4D4 opened this issue Jul 31, 2020 · 2 comments
Labels

Comments

@LK4D4
Copy link

@LK4D4 LK4D4 commented Jul 31, 2020

Brief description of your issue

Trying to install Gnu Arm Embedded Toolchain and it either doesn't work or I can't figure out proper commands (which could be some kind of UX issue).
It is present in winget-pkgs and searchable by winget search.

Steps to reproduce

C:\> winget search Arm.GnuArm
Name                       Id                          Version
-----------------------------------------------------------------------
Gnu Arm Embedded Toolchain Arm.GnuArmEmbeddedToolchain 9-2020-q2-update

C:\> winget install -e --id="Arm.GnuArmEmbeddedToolchain"
No package found matching input criteria.

C:\> winget install -e --name="Gnu Arm Embedded Toolchain"
No package found matching input criteria.

Expected behavior

Gnu Arm Toolchain installed

Actual behavior

Error No package found matching input criteria.

Environment

Windows Package Manager v0.1.42101 Preview
Copyright (c) Microsoft Corporation. All rights reserved.

Windows: Windows.Desktop v10.0.19042.421
Package: Microsoft.DesktopAppInstaller v1.10.42101.0
...
@msftbot msftbot bot added the Needs-Triage label Jul 31, 2020
@denelon
Copy link
Contributor

@denelon denelon commented Jul 31, 2020

@LK4D4 Arm.GnuArmEmbeddedToolchain is the package Id.
Try winget install Arm.GnuArmEmbeddedToolchain

@denelon denelon added Issue-Samples and removed Needs-Triage labels Jul 31, 2020
@LK4D4
Copy link
Author

@LK4D4 LK4D4 commented Jul 31, 2020

@denelon Thanks! That works, but why --id= doesn't? It worked for powershell for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.