VirtualBox
Installation
Solaris
Download
curl -O 'https://download.virtualbox.org/virtualbox/7.1.12/VirtualBox-7.1.12-169651-Solaris.p5p'
curl -O 'https://download.virtualbox.org/virtualbox/7.1.12/Oracle_VirtualBox_Extension_Pack-7.1.12.vbox-extpack'IPS
This seems to not work on S11U3. Commands are probably fine but installer tries to connect to some non-existing host.
Get the name of package from IPS archive:
pkg list -g VirtualBox-7.1.12-169651-Solaris.p5pAnd install it:
pkg install -g VirtualBox-7.1.12-169651-Solaris.p5p system/virtualboxOld packaging
See the read me file in extracted tarball.
tar -xzvf VirtualBox.tar.gzCheck if already installed
pkginfo | ggrep -i vboxWhen already installed we need to remove it first.
pkgrm SUNWvboxInstall
pkgadd -d VirtualBox.pkg -n -a autoresponse SUNWvboxUpgrade
IPS
pkg update -g VirtualBox-7.1.12-169651-Solaris.p5p system/virtualbox
beadm list
rebootExtension pack
Check if there is already one installed and if the version mismatch with version of VirtualBox remove it.
VBoxManage list extpacks
VBoxManage extpack uninstall 'Oracle VM VirtualBox Extension Pack'<name> is the file name of downloaded
extension pack. This file has to named exactly as it is on download
page otherwise it will not install.
VBoxManage extpack install <name>