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
sudo add-apt-repository multiverse
should enable the multiverse repository so that you can installvirtualbox-dkms
if need be. – Terrance Oct 28 '18 at 14:59