How to Install dkms in Ubuntu 18.04



Install dkms by entering the following commands in the terminal:

sudo apt update
sudo apt install dkms

Description:

Dynamic Kernel Module Support Framework

DKMS is a framework designed to allow individual kernel modules to be upgraded without changing the whole kernel. It is also very easy to rebuild modules as you upgrade kernels.

Homepage: https://github.com/dell-oss/dkms

Version: 2.3-3ubuntu9

Section: admin