How do I install the virtualbox-dkms package?

Solution 1:

My Virtual Box told me that the kernel drivers were not installed. I ran

sudo apt-get remove virtualbox-dkms   

to remove the drivers and then re-installed them

sudo apt-get install virtualbox-dkms 

which rebuilt the drivers and I was able to run virtualbox with no problems

Solution 2:

An other way:

apt-get install linux-headers-`uname -r`
dpkg-reconfigure virtualbox-dkms

The normal way:

/etc/init.d/vboxdrv setup