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

Virtualbox update available but no applicable update found #1864

Closed
derkrasseleo opened this issue Jan 20, 2022 · 2 comments
Closed

Virtualbox update available but no applicable update found #1864

derkrasseleo opened this issue Jan 20, 2022 · 2 comments
Milestone

Comments

@derkrasseleo
Copy link

Brief description of your issue

Running winget upgrade outputs an update for Virtualbox but when I try to upgrade winget says it found no applicable updates.

Steps to reproduce

PS C:\Users\leoch> winget upgrade
Name                 Id                Version Available Source
---------------------------------------------------------------
Portmaster           Safing.Portmaster Unknown 0.7.0     winget
Oracle VM VirtualBox Oracle.VirtualBox 6.1.30  6.1.32    winget
2 upgrades available.
PS C:\Users\leoch> winget upgrade virtualbox
No applicable update found.
PS C:\Users\leoch> winget upgrade oracle.virtualbox
No applicable update found.
PS C:\Users\leoch> winget upgrade Oracle.Virtualbox
No applicable update found.
PS C:\Users\leoch> winget upgrade Oracle.VirtualBox
No applicable update found.

Expected behavior

winget upgrades virtualbox to version 6.1.32

Actual behavior

winget gets confused and says it doesn't find any applicable updates.

Environment

PS C:\Users\leoch> winget --info
Windows Package Manager v1.1.13405
Copyright (c) Microsoft Corporation. All rights reserved.

Windows: Windows.Desktop v10.0.22000.438
Package: Microsoft.DesktopAppInstaller v1.16.13405.0
@ghost ghost added the Needs-Triage Issue need to be triaged label Jan 20, 2022
@jedieaston
Copy link
Contributor

jedieaston commented Jan 20, 2022

This is because VirtualBox runs a msi file inside of its exe file, which the current stable version of winget can't handle for upgrades. Luckily, #1796 was merged yesterday which will allow us to fix this problem in the manifests (I don't know when that will be in a stable release though).

@derkrasseleo
Copy link
Author

Thank you for clarifying. Removing VirtualBox and installing it again is not a nice workaround, though.

@ghost ghost removed the Needs-Triage Issue need to be triaged label Jan 21, 2022
@denelon denelon added this to the v1.3-Client milestone Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants