$Date: 2015-06-10 22:58:10 +0000 (Wed, 10 Jun 2015) $VBoxManage debugvm1VBoxManage-debugvmextension package managementOracle VM VirtualBoxVBoxManage debugvm install--replacetarballVBoxManage debugvm uninstall--forcenameVBoxManage debugvm cleanupDescriptionVBoxManage debugvm install--replacetarball
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.tarballThe file containing the extension pack to be installed.VBoxManage debugvm uninstall--forcename
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 debugvms 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.VBoxManage debugvm cleanup
Used to remove temporariy files and directories that may have been left behind
if a previous install or uninstall command failed.