4

I haven't used virtual box for a while. I am trying to install the latest virtualbox on Ubuntu 18.04 doesn't mention to install

  • VirtualBox Extension Pack and
  • dkms

after installing virtualbox 5.2.

Do I need to install the two, or is it better to do so? If yes, how?


I have some problem installing dkms, after installing virtual box and its extension pack. How can I solve the problem?

$ sudo apt install virtualbox-dkms
[sudo] password for t: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package virtualbox-dkms
Pablo Bianchi
  • 15,657
Tim
  • 25,177

1 Answers1

3

In short, no.

  1. virtualbox-dkms does not reqired for deb package from oracle site

  2. VirtualBox Extension Pack only need for USB 2.0 and USB 3.0 devices, VirtualBox RDP, disk encryption, NVMe and PXE boot for Intel cards

From VirtualBox site, Extension Pack section:

Support for USB 2.0 and USB 3.0 devices, VirtualBox RDP, disk encryption, NVMe and PXE boot for Intel cards. See this chapter from the User Manual for an introduction to this Extension Pack. The Extension Pack binaries are released under the VirtualBox Personal Use and Evaluation License (PUEL). Please install the same version extension pack as your installed version of VirtualBox.

Pablo Bianchi
  • 15,657
adasiko
  • 409