You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to install package that has same name but different Id does nothing. Also tested to use the --id for the install command but it does not do anything either.
Steps to reproduce
Pasting in the whole command output:
PS C:\> winget search gimp
Name Id Version Matched
------------------------------------
GIMP Gimp.Gimp 2.10.0 Moniker: gimp
GIMP gimp.gimp 2.10.18 Moniker: gimp
PS C:\> winget install gimp
Multiple apps found matching input criteria. Please refine the input.
Name Id Version Matched
------------------------------------
GIMP Gimp.Gimp 2.10.0 Moniker: gimp
GIMP gimp.gimp 2.10.18 Moniker: gimp
PS C:\> winget install gimp --id gimp.gimp
Multiple apps found matching input criteria. Please refine the input.
Name Id Version Matched
------------------------------------
GIMP Gimp.Gimp 2.10.0 Moniker: gimp
GIMP gimp.gimp 2.10.18 Moniker: gimp
PS C:\>
Expected behavior
Tell application which exact application to install if more then one result is showing.
Actual behavior
No install can be done.
Environment
[winget --info]
Windows Package Manager v0.1.41331 Preview
Copyright (c) Microsoft Corporation. All rights reserved.
Windows: Windows.Desktop v10.0.18363.836
Package: Microsoft.DesktopAppInstaller v1.0.41331.0
Any other software?
The text was updated successfully, but these errors were encountered:
6ab78af6 Bump curl from 8.4.0 to 8.8.0 (microsoft#205)
14b2b422 Tool: adding a way to save output to a json file (microsoft#204)
84a6567e Forcing faster timeout on timeout test (microsoft#202)
3cbd0170 Dependabot: ignoring patch updates for pip dependencies (microsoft#200)
d03c887f Bump clang-format from 18.1.4 to 18.1.5 (microsoft#198)
git-subtree-dir: src/SfsClient/sfs-client
git-subtree-split: 6ab78af61bc859461ea8298786d87f24b49e3ec2
Brief description of your issue
Trying to install package that has same name but different Id does nothing. Also tested to use the --id for the install command but it does not do anything either.
Steps to reproduce
Pasting in the whole command output:
Expected behavior
Tell application which exact application to install if more then one result is showing.
Actual behavior
No install can be done.
Environment
The text was updated successfully, but these errors were encountered: