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

Failed install when part of name matches multiple apps #439

Closed
ET3117 opened this issue Jun 18, 2020 · 2 comments
Closed

Failed install when part of name matches multiple apps #439

ET3117 opened this issue Jun 18, 2020 · 2 comments
Labels
Resolution-Duplicate Issue is a duplicate
Milestone

Comments

@ET3117
Copy link

ET3117 commented Jun 18, 2020

Brief description of your issue

Attempts to install several packages have failed with the error message "Multiple apps found matching input criteria. Please refine the input."

Steps to reproduce

PS C:\WINDOWS\system32> winget install --name "Git"
Multiple apps found matching input criteria. Please refine the input.
Name Id Version

Git Git.Git 2.27.0
Logitech Harmony Remote Logitech.Harmony 1.0.1.308
GitHub Desktop GitHub.GitHubDesktop 2.5.2
GitHub CLI GitHub.cli 0.9.0
AdobeDigitalEditions Adobe.AdobeDigitalEditions 4.5.11
MicrosoftGitCredentialManagerforWindows Microsoft.GitCredentialManagerforWindows 1.20.0
Git Large File Storage GitHub.GitLFS 2.11.0
Git Extensions GitExtensionsTeam.GitExtensions 3.4.1
Gitter IM Gitlab.Gitter.IM 4.1.0
GitKraken Axosoft.GitKraken 7.0.0
TortoiseGit TortoiseGit.TortoiseGit 2.10.0.2
GitLFS Git.GitLFS 2.11.0
Snagit TechSmith.Snagit 6.10.34
GitHubReleaseNotes StefHeyenrath.GitHubReleaseNotes 1.0.5.3
Logitech Gaming Software Logitech.LGS 9.02.65
PS C:\WINDOWS\system32> winget install --id "Git.Git"
Multiple apps found matching input criteria. Please refine the input.
Name Id Version

Git Git.Git 2.27.0
GitLFS Git.GitLFS 2.11.0
PS C:\WINDOWS\system32> winget install --id "Git.Git" --version 2.27.0
Multiple apps found matching input criteria. Please refine the input.
Name Id Version

Git Git.Git 2.27.0
GitLFS Git.GitLFS 2.11.0

Expected behavior

Expected that the system would match using an exact name match.

Actual behavior

Even when trying using quotes or other criteria, the system failed to install.

Environment

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

Windows: Windows.Desktop v10.0.18363.900
Package: Microsoft.DesktopAppInstaller v1.0.41331.0

Any other software?
New system - nearly clean.

@ghost ghost added the Needs-Triage Issue need to be triaged label Jun 18, 2020
@denelon
Copy link
Contributor

denelon commented Jun 18, 2020

Duplicate of #292

@denelon denelon marked this as a duplicate of #292 Jun 18, 2020
@ghost
Copy link

ghost commented Jun 18, 2020

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost ghost closed this as completed Jun 18, 2020
@ghost ghost added Resolution-Duplicate Issue is a duplicate and removed Needs-Triage Issue need to be triaged labels Jun 18, 2020
@denelon denelon added this to the v1.3-Client milestone Jun 21, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution-Duplicate Issue is a duplicate
Projects
None yet
Development

No branches or pull requests

2 participants