macOS
brew install kmodlocal Homebrew formula metadata
brew
Linux kernel module handling. Version 34.2 via Homebrew; verified from local package data.
install
brew install kmodlocal Homebrew formula metadata
sudo apk add kmodAlpine Linux edge package indexes · kmod · source: dl-cdn.alpinelinux.org
sudo apt install kmodDebian stable package indexes · kmod · source: deb.debian.org
sudo dnf install kmodFedora Rawhide package metadata · kmod · source: dl.fedoraproject.org
nix profile install nixpkgs#kmodnixpkgs package indexes · kmod · source: raw.githubusercontent.com
sudo pacman -S kmodArch Linux sync databases · kmod · source: geo.mirror.pkgbuild.com
sudo zypper install kmodopenSUSE Tumbleweed package metadata · kmod · source: download.opensuse.org
overview
Linux kernel module handling
history
kmod is the Linux userspace module-management suite and library that replaced module-init-tools after that project reached end of life in 2011. It provides the familiar `depmod`, `insmod`, `lsmod`, `modinfo`, `modprobe`, and `rmmod` commands on top of libkmod.
The kmod README states the project's goal directly: handle common Linux kernel module tasks and remain compatible with the tools, configurations, and indexes from module-init-tools. Its early NEWS entries show that version 1 provided libkmod plus module-init-tools-style command names, version 2 expanded modprobe compatibility, and version 3 bundled tools through a single `kmod` binary callable through symlinks.
That library-centered rewrite mattered because Linux systems had grown a complex set of module indexes, aliases, soft dependencies, compressed modules, and initramfs constraints. kmod turned those concerns into libkmod APIs consumed by command-line tools and by other system software.
Distributions adopted kmod as the drop-in successor to module-init-tools during the early 2010s. Arch Linux announced the switch on 2012-01-21, and the kmod README records that later behavior changes and features followed feedback from the Linux kernel community and distributions.
Administrators and boot-time services use kmod tools to query loaded modules, generate dependency indexes, inspect module metadata, load modules by alias or name, and remove modules. Configuration is driven by modprobe-style `.conf` files under Linux module configuration directories, while credentials are not part of the tool model.
kmod is foundational packaging infrastructure: it is a small package whose binaries often exist in `/sbin` or `/usr/bin`, but it participates in boot, initramfs generation, kernel upgrades, device probing, and driver packaging. Its symlinked multi-call command design also makes it a neat example of replacing legacy utilities while preserving the command surface scripts expect.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/etc/modprobe.d/*.conf/run/modprobe.d/*.conf/usr/local/lib/modprobe.d/*.conf/lib/modprobe.d/*.confexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
depmod | cli | global executable | |
insmod | cli | global executable | |
kmod | cli | global executable | |
lsmod | cli | global executable | |
modinfo | cli | global executable | |
modprobe | cli | global executable | |
rmmod | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod
install metadata
| Package key | brew:kmod |
|---|---|
| Version | 34.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/kmod |
| Homepage | https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git |
| Repository | https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git |
| Upstream docs | https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git/tree/README.md |
| License | LGPL-2.1-or-later AND GPL-2.0-or-later |
| Source archive | https://mirrors.edge.kernel.org/pub/linux/utils/kernel/kmod/kmod-34.2.tar.xz |
| Dependencies | openssl@3, xz, zlib-ng-compat, zstd |
| Build dependencies | meson, ninja, pkgconf, scdoc |
| Bottle | available (on arm64_linux, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | kmod |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
kmod 34.2-2
tools for managing Linux kernel modules
sudo apt install kmodlibkmod-dev 34.2-2
libkmod development files
sudo apt install libkmod-devlibkmod2 34.2-2
libkmod shared library
sudo apt install libkmod2kmod
nix profile install nixpkgs#kmodkmod 31+20240202-2ubuntu7
tools for managing Linux kernel modules
sudo apt install kmodlibkmod-dev 31+20240202-2ubuntu7
libkmod development files
sudo apt install libkmod-devlibkmod2 31+20240202-2ubuntu7
libkmod shared library
sudo apt install libkmod2kmod 34.2-r1
Linux kernel module management utilities
http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
sudo apk add kmodkmod-bash-completion 34.2-r1
Bash completions for kmod
http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
sudo apk add kmod-bash-completionkmod-dev 34.2-r1
Linux kernel module management utilities (development files)
http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
sudo apk add kmod-devkmod-doc 34.2-r1
Linux kernel module management utilities (documentation)
http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
sudo apk add kmod-dockmod-fish-completion 34.2-r1
Fish completions for kmod
http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
sudo apk add kmod-fish-completionkmod-libs 34.2-r1
Linux kernel module management utilities (libraries)
http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
sudo apk add kmod-libskmod-zsh-completion 34.2-r1
Zsh completions for kmod
http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
sudo apk add kmod-zsh-completionkmod 34.2-4.fc44
Linux kernel module management utilities
https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
sudo dnf install kmodkmod-devel 34.2-4.fc44
Header files for kmod development
https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
sudo dnf install kmod-develsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.