depmod
tools for managing Linux kernel modules
Install
- All systems
-
curl cmd.cat/depmod.sh
- Debian
-
apt-get install kmod - Ubuntu
-
apt-get install kmod -
Alpine
-
apk add kmod - Arch Linux
-
pacman -S kmod - Kali Linux
-
apt-get install kmod - CentOS
-
yum install kmod - Fedora
-
dnf install kmod - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install kmod - Raspbian
-
apt-get install kmod - Docker
-
docker run cmd.cat/depmod depmodpowered 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.