-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
winget
doesn't match 7-zip, by substring or even by id
#4540
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Open similar issues:
|
Hey, thanks for sharing this. I believe the issue is related to packages that are installed "side-by-side". We do have an experimental feature you can test with to see if it addresses the issue. "Side-by-side improvements" is the name of the feature, and the property is "sideBySide". You can see if it's enabled with |
Duplicate of #3690 |
Hello @sba923, We've identified this as a duplicate of another issue or PR that already exists. This specific instance is being closed in favor of the linked issue. Please add your 👍 to the other issue to raise its priority. Thanks for your contribution! Template: msftbot/duplicate/closed |
Brief description of your issue
Listing or updating 7-zip using
winget
doesn't work:Here are the logs:
wingetlogs202406050938.zip
Steps to reproduce
Run
winget list 7z
orwinget list --id 7zip.7zip
orwinget update --id 7zip.7zip
on a system with 7-zip 24.05 and 24.06 (in my case, both are reported in the registry) installed.All commands fail with
No installed package found matching input criteria.
Expected behavior
winget
should find the package, the same wayGet-WinGetPackage
does.Actual behavior
winget
considers the package is not installed (except when runningwinget upgrade
)Environment
The text was updated successfully, but these errors were encountered: