Can't install Oracle_VM_VirtualBox_Extension_Pack-5.0.0

Discussions related to using VirtualBox on Linux hosts.
Post Reply
foxval
Posts: 1
Joined: 10. Jul 2015, 09:36

Can't install Oracle_VM_VirtualBox_Extension_Pack-5.0.0

Post by foxval »

I have got an error while installing Extension Pack on VirtualBox 5.0.0

Code: Select all

Не удалось установить плагин /home/lisin/Oracle_VM_VirtualBox_Extension_Pack-5.0.0-101573.vbox-extpack.

The installer failed with exit code 1: .

Код ошибки: NS_ERROR_FAILURE (0x80004005)
Компонент: ExtPackManagerWrap
Интерфейс: IExtPackManager {edba9d10-45d8-b440-1712-46ac0c9bc4c5}
noteirak
Site Moderator
Posts: 5231
Joined: 13. Jan 2012, 11:14
Primary OS: Debian other
VBox Version: OSE Debian
Guest OSses: Debian, Win 2k8, Win 7
Contact:

Re: Can't install Oracle_VM_VirtualBox_Extension_Pack-5.0.0

Post by noteirak »

Please also post the command you've used, not just the output. Include the output of the following command:

Code: Select all

vboxmanage -version
Hyperbox - Virtual Infrastructure Manager - https://apps.kamax.lu/hyperbox/
Manage your VirtualBox infrastructure the free way!
james_01
Posts: 2
Joined: 15. Jul 2015, 08:40

Re: Can't install Oracle_VM_VirtualBox_Extension_Pack-5.0.0

Post by james_01 »

Hi, I'm having the same problem

Code: Select all

Failed to install the Extension Pack /.../Downloads/Oracle_VM_VirtualBox_Extension_Pack-5.0.0-101573.vbox-extpack.

The installer failed with exit code 1: .

Result Code: NS_ERROR_FAILURE (0x80004005)
Component: ExtPackManagerWrap
Interface: IExtPackManager {edba9d10-45d8-b440-1712-46ac0c9bc4c5}
I'm running version 5.0.0r101573 of VirtualBox on a 64 bit Ubuntu 12.04 machine.
james_01
Posts: 2
Joined: 15. Jul 2015, 08:40

Re: Can't install Oracle_VM_VirtualBox_Extension_Pack-5.0.0

Post by james_01 »

I was able to solve the problem by installing it from the command line:

Code: Select all

sudo VBoxManage extpack install --replace Oracle_VM_VirtualBox_Extension_Pack-5.0.0-101573.vbox-extpack | cleanup
marcosabcarvalho
Posts: 2
Joined: 6. Aug 2016, 20:21

Re: Can't install Oracle_VM_VirtualBox_Extension_Pack-5.0.0

Post by marcosabcarvalho »

Ok! All right! follow james_01 and solved my problem! :D
marcosabcarvalho
Posts: 2
Joined: 6. Aug 2016, 20:21

Re: Can't install Oracle_VM_VirtualBox_Extension_Pack-5.0.0

Post by marcosabcarvalho »

james_01 wrote:I was able to solve the problem by installing it from the command line:

Code: Select all

sudo VBoxManage extpack install --replace Oracle_VM_VirtualBox_Extension_Pack-5.0.0-101573.vbox-extpack | cleanup
:D :D :D :D :D
Post Reply