$Date: 2020-04-07 10:00:15 +0000 (Tue, 07 Apr 2020) $VBoxManage extpackVBoxManage-extpack1VBoxManage-extpackextension package managementOracle VM VirtualBoxVBoxManage extpack install--replace--accept-license=sha256tarballVBoxManage extpack uninstall--forcenameVBoxManage extpack cleanupDescriptionextpack install
Installs a new extension pack on the system. This command will fail if an older
version of the same extension pack is already installed. The
option can be used to uninstall any
old package before the new one is installed.
Uninstall existing extension pack version.Accept the license text with the given SHA-256 hash value.VBoxManage will display the SHA-256 value when performing a manual
installation. The hash can of course be calculated by looking inside
the extension pack and using sha256sum or similar on the license file.tarballThe file containing the extension pack to be installed.extpack uninstall
Uninstalls an extension pack from the system. The subcommand will also succeed
in the case where the specified extension pack is not present on the system.
You can use VBoxManage list extpacks to show
the names of the extension packs which are currently installed.
Overrides most refusals to uninstall an extension packnameThe name of the extension pack to be uninstalled.extpack cleanup
Used to remove temporary files and directories that may have been left behind
if a previous install or uninstall command failed.
Examples
How to list extension packs:
$ VBoxManage list extpacks
Extension Packs: 1
Pack no. 0: Oracle VM VirtualBox Extension Pack
Version: 4.1.12
Revision: 77218
Edition:
Description: USB 2.0 Host Controller, VirtualBox RDP, PXE ROM with E1000 support.
VRDE Module: VBoxVRDP
Usable: true
Why unusable:How to remove an extension pack:
$ VBoxManage extpack uninstall "Oracle VM VirtualBox Extension Pack"
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Successfully uninstalled "Oracle VM VirtualBox Extension Pack".