lsmod

Shows the status of Linux kernel modules. See also modprobe, which loads kernel modules. More information: <https://manned.org/lsmod>.

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