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

Multiple matches on single application when not using exact match #1896

Closed
joewoess opened this issue Feb 3, 2022 · 1 comment
Closed

Multiple matches on single application when not using exact match #1896

joewoess opened this issue Feb 3, 2022 · 1 comment
Milestone

Comments

@joewoess
Copy link

joewoess commented Feb 3, 2022

Brief description of your issue

Without any side-by-side installs and only being listed once in the winget list output, when i used winget upgrade "<AppName>" as far as i can tell the single entry matched multiple times.

~/dev > winget upgrade "ScreenToGif"
Multiple installed packages found matching input criteria. Please refine the input.
Name        Id
------------------------------------
ScreenToGif NickeManarin.ScreenToGif
ScreenToGif NickeManarin.ScreenToGif
~/dev > winget upgrade "NickeManarin.ScreenToGif"
Found ScreenToGif [NickeManarin.ScreenToGif] Version 2.35.4
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://github.com/NickeManarin/ScreenToGif/releases/download/2.35.4/ScreenToGif.2.35.4.Setup.x64.msi
  ██████████████████████████████  6.42 MB / 6.42 MB
Successfully verified installer hash
Starting package install...
Successfully installed
~/dev >

Steps to reproduce

winget upgrade "ScreenToGif"

Expected behavior

Distinct match results without duplicates

Actual behavior

Matches multiple times

Environment

~/dev > winget --info
Windows Package Manager (Preview) v1.2.3411-preview
Copyright (c) Microsoft Corporation. All rights reserved.

Windows: Windows.Desktop v10.0.22000.469
Package: Microsoft.DesktopAppInstaller v1.17.3411.0
ScreenToGif: NickeManarin.ScreenToGif v2.35.4
@ghost ghost added the Needs-Triage Issue need to be triaged label Feb 3, 2022
@joewoess
Copy link
Author

joewoess commented Feb 3, 2022

Upgrade of that app apparently didn't work in place, And after uninstalling both versions and starting with a fresh install through winget it works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants