Difference between revisions of "VirtualBox"
Jump to navigation
Jump to search
Line 55: | Line 55: | ||
You may need/want to install the "'''Extension Pack'''" for VirtualBox. That's because it provides USB 2.0 and USB 3.0 Host Controller, Host Webcam, VirtualBox RDP, PXE ROM, Disk Encryption, and NVMe. First download the file (it's a tarball with a .vbox-extpack extension), and then use VBoxManage to install it. | You may need/want to install the "'''Extension Pack'''" for VirtualBox. That's because it provides USB 2.0 and USB 3.0 Host Controller, Host Webcam, VirtualBox RDP, PXE ROM, Disk Encryption, and NVMe. First download the file (it's a tarball with a .vbox-extpack extension), and then use VBoxManage to install it. | ||
<source lang="bash"> | <source lang="bash"> | ||
− | VBoxManage | + | VBoxManage list extpacks |
VBoxManage extpack --help | VBoxManage extpack --help | ||
VBoxManage extpack install --replace ~/Downloads/Oracle_VM_VirtualBox_Extension_Pack-5.2.13-122773.vbox-extpack | VBoxManage extpack install --replace ~/Downloads/Oracle_VM_VirtualBox_Extension_Pack-5.2.13-122773.vbox-extpack |