68 | | '''Note:''' Ubuntu users might want to install the '''`dkms`''' package (not available on Debian) to ensure that the !VirtualBox host kernel modules (''vboxdrv'', ''vboxnetflt'' and ''vboxnetadp'') are properly updated if the linux kernel version changes during the next `apt-get upgrade`. |
| 68 | '''Note:''' Ubuntu users might want to install the '''`dkms`''' package (not available on Debian) to ensure that the !VirtualBox host kernel modules (''vboxdrv'', ''vboxnetflt'' and ''vboxnetadp'') are properly updated if the linux kernel version changes during the next `apt-get upgrade`. The dkms package can be installed through the Synaptic Package manager or through the following command: |
| 69 | {{{ |
| 70 | sudo apt-get install dkms |
| 71 | }}} |