Winget shows wrong package id with name #3072
Labels
Area-Matching
Issue related to correlation between installed package and manifest
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Brief description of your issue
I'm dependent on winget to list the version numbers of a package for me, right now Python.
When I use
winget list
it shows me all the Python versions installed, however I need to know if an exact version of Python has been installed as well, hence the use ofwinget list -e
. (ps. the issue also already persists in the winget list as shown below)This however returns an unexpected result:
Instead of getting the message:
No installed package found matching input criteria.
I am now dumbfounded with apython 2.7.14
having an Id ofPython.Python.3.9
Steps to reproduce
winget install --id=Python.Python.2 -e
winget list --id=Python.Python.3.9 -e
Expected behavior
return:
Actual behavior
return
Environment
The text was updated successfully, but these errors were encountered: