-
-
Notifications
You must be signed in to change notification settings - Fork 476
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
[BUG/ISSUE] Properly update packages: use winget update command #549
Comments
If you were to run the winget update command using the bundled winget, would this issue still happen? |
No, it doesn't happen using bundled Winget. PShell output:
|
Let's say wou were to upgrade the package via the winget install comand instead of the winget upgrade. |
Because updates and installs are treated in the same way, because I thouhgt winget identified updates on the install command. |
Before submitting the issue
Describe the bug
While possible to upgrade Microsoft.VCRedist.2013.x64 using Winget-CLI (which will correctly replace the old version with the newest one, WingetUI, however, installs the newest one while keeping the old one as well, resulting in both versions being installed a the same time. I believe the same problem happens with Microsoft.VCRedist.2013.x86
To Reproduce
Steps to reproduce the behaviour:
winget install Microsoft.VCRedist.2013.x64 -v 12.0.30501.0
(you may use WingetUI as well)winget list --name "Visual C++"
):Expected behaviour
WingetUI should behave like Winget-CLI (replace the old version with the newest one, instead of installing the newest one while keeping the old one as well)
The Log
The text was updated successfully, but these errors were encountered: