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

winget keeps redownloading/installing the same version #2250

Closed
myokeeh opened this issue Jun 17, 2022 · 2 comments
Closed

winget keeps redownloading/installing the same version #2250

myokeeh opened this issue Jun 17, 2022 · 2 comments
Labels
Resolution-Duplicate Issue is a duplicate
Milestone

Comments

@myokeeh
Copy link

myokeeh commented Jun 17, 2022

I've noticed that when I winget upgrade --all, a couple items always show up with the same version and winget downloads them and reinstalls them.

Ultimaker Cura [Ultimaker.Cura] Version 5.0.0
CrystalDiskInfo (I can't remember the version)

Originally posted by @myokeeh in #2248

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

denelon commented Jun 17, 2022

Duplicate of #752

The second paragraph explains what is happening in this case.
Cura doesn't perform an upgrade. It installs the newer version. The reason the manifest hasn't been modified to "uninstallPrevious" is because Cura has settings that users might want to keep. So the Windows Package Manager sees the earlier version is still installed on the system and is attempting to upgrade it. We're going to add more logic such that if the latest version is already installed on the system it won't try to update the earlier version.

The version is included in the name, so you can winget list cura and winget uninstall "Ultimaker Cura <version>" to remove the version you want removed.

Trivia: Ultimaker.Cura was one of the first packages in the repository (even before public preview).

@ghost
Copy link

ghost commented Jun 17, 2022

@myokeeh we've identified this Issue as a duplicate of another one that already exists. This specific instance is being closed in favor of tracking the concern over on the referenced Issue. Thanks for your report! Be sure to add your 👍 to the other issue to help raise the priority.

@ghost ghost closed this as completed Jun 17, 2022
@ghost ghost added Resolution-Duplicate Issue is a duplicate and removed Needs-Triage Issue need to be triaged labels Jun 17, 2022
@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