Examples (5)
Install extension packs to VirtualBox (Note: You need to remove the existing version of the extension pack before installing a new version.)
VBoxManage extpack install path/to/file.vbox-extpackRemove the existing version of the VirtualBox extension pack
VBoxManage extpack install --replaceUninstall extension packs from VirtualBox
VBoxManage extpack uninstall extension_pack_nameUninstall extension packs and skip most uninstallation refusals
VBoxManage extpack uninstall --force extension_pack_nameClean up temporary files and directories left by extension packs
VBoxManage extpack cleanupmade by @shridhargupta | data from tldr-pages