depmod

tools for managing Linux kernel modules

Install

All systems
curl cmd.cat/depmod.sh
Debian Debian
apt-get install kmod
Ubuntu
apt-get install kmod
Alpine
apk add kmod
Arch Arch Linux
pacman -S kmod
image/svg+xml Kali Linux
apt-get install kmod
CentOS
yum install kmod
Fedora
dnf install kmod
Windows (WSL2)
sudo apt-get update sudo apt-get install kmod
Raspbian
apt-get install kmod
Docker
docker run cmd.cat/depmod depmod powered by Commando

kmod

tools for managing Linux kernel modules

This package contains a set of programs for loading, inserting, and removing kernel modules for Linux. It replaces module-init-tools.

module-init-tools

transitional dummy package (module-init-tools to kmod)

This dummy package is provided to support the transition from module-init-tools to kmod and should be removed afterwards.