depmod

tools for managing Linux kernel modules

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 depmod on any operating system with command-not-found.com