dkms

A framework that allows for dynamic building of kernel modules. More information: <https://github.com/dell/dkms>.

Debian Debian
RUN apt-get update && \ apt-get install -y dkms
Ubuntu
RUN apt-get update && \ apt-get install -y dkms
Arch Arch Linux
RUN pacman -S --noconfirm dkms
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y dkms
Fedora
RUN dnf install -y dkms
Raspbian
RUN apt-get update && \ apt-get install -y dkms
click the source code to copy install dkms on any operating system with command-not-found.com