virtualbox

Installing/Uninstalling Extension Packs

Ensure to have the correct extension pack installed in terms of versions aligning with the version of virtualbox installed. If not present in the package manager, see https://www.virtualbox.org/wiki/Downloads to find the correct one and install by

vboxmanage extpack install path/to/extpack
vboxmanage extpack uninstall extpackname

List installed Extension Packs

The name of the Extension Pack is required in order to uninstall it and can be found by listing the installed ones.

vboxmanage list extpacks

Reference

Further and more complete information can be found at https://wiki.manjaro.org/index.php/VirtualBox.

Last updated