modprobe

Add or remove modules from the Linux kernel. More information: <https://manned.org/modprobe>.

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