@MartinX3 as pointed in previous comment, just uninstall / reinstall
yay --remove virtualbox-ext-oracle
yay -S virtualbox-ext-oracle
Git Clone URL: | https://aur.archlinux.org/virtualbox-ext-oracle.git (read-only, click to copy) |
---|---|
Package Base: | virtualbox-ext-oracle |
Description: | Oracle VM VirtualBox Extension Pack |
Upstream URL: | https://www.virtualbox.org/ |
Keywords: | virtualbox |
Licenses: | custom:PUEL |
Submitter: | seblu |
Maintainer: | seblu (eworm) |
Last Packager: | eworm |
Votes: | 1368 |
Popularity: | 3.28 |
First Submitted: | 2010-12-24 16:48 (UTC) |
Last Updated: | 2025-06-03 20:05 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 42 Next › Last »
@MartinX3 as pointed in previous comment, just uninstall / reinstall
yay --remove virtualbox-ext-oracle
yay -S virtualbox-ext-oracle
Sadly with the new update I get
0%...NS_ERROR_FAILURE
VBoxManage: error: Failed to uninstall "Oracle VM VirtualBox Extension Pack"
VBoxManage: error: Extension pack 'Oracle VM VirtualBox Extension Pack' is not installed.
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ExtPackManagerWrap, interface IExtPackManager
VBoxManage: error: Context: "RTEXITCODE handleExtPack(HandlerArg*)" at line 1953 of file VBoxManageMisc.cpp
New update right now. My first attempt to install have failed. But uninstalling the package and reinstalling the update again works fine.
Same error here
I am getting same error like other users [2].
The file Oracle_VM_VirtualBox_Extension_Pack-7.0.6.vbox-extpack exists. However I get the same error like the other users.
I have the same error message when upgrading, which I haven't seen before.
(1/1) upgrading virtualbox-ext-oracle [#########################################################################] 100%
VBoxManage: error: '/usr/share/virtualbox/extensions/Oracle_VM_VirtualBox_Extension_Pack-7.0.6.vbox-extpack' file not found
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ExtPackFileWrap, interface IExtPackFile, callee nsISupports
VBoxManage: error: Context: "Install(fReplace, __null, ptrProgress.asOutParam())" at line 1910 of file VBoxManageMisc.cpp
error: command failed to execute correctly
The latest version (7.0.6-2) does not install:
(2/2) upgrading virtualbox-ext-oracle [#####################################################################] 100%
VBoxManage: error: '/usr/share/virtualbox/extensions/Oracle_VM_VirtualBox_Extension_Pack-7.0.6.vbox-extpack' file not found
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ExtPackFileWrap, interface IExtPackFile, callee nsISupports
VBoxManage: error: Context: "Install(fReplace, __null, ptrProgress.asOutParam())" at line 1910 of file VBoxManageMisc.cpp
error: command failed to execute correctly
The correct file name should be /usr/share/virtualbox/extensions/Oracle_VM_VirtualBox_Extension_Pack-7.0.6a-155176.vbox-extpack
There is error in install script, version in install script, ${1%%-*}
resolves to 7.0.6
, but on FS it's 7.0.6a-155176
.
Pinned Comments
seblu commented on 2019-04-25 17:41 (UTC)
There is no version dependency on this package on purpose! You could read comments back from 2011 to understand why.