macOS
brew install kmodlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für kmod in AI-Agent-Workflows.
Installation
brew install kmodlocal Homebrew formula metadata
sudo apk add kmodAlpine Linux edge package indexes · kmod · Quelle: dl-cdn.alpinelinux.org
sudo apt install kmodDebian stable package indexes · kmod · Quelle: deb.debian.org
sudo dnf install kmodFedora Rawhide package metadata · kmod · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#kmodnixpkgs package indexes · kmod · Quelle: raw.githubusercontent.com
sudo pacman -S kmodArch Linux sync databases · kmod · Quelle: geo.mirror.pkgbuild.com
sudo zypper install kmodopenSUSE Tumbleweed package metadata · kmod · Quelle: download.opensuse.org
Überblick
Linux kernel module handling
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
depmod | cli | globales Executable | |
insmod | cli | globales Executable | |
kmod | cli | globales Executable | |
lsmod | cli | globales Executable | |
modinfo | cli | globales Executable | |
modprobe | cli | globales Executable | |
rmmod | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod
Installationsmetadaten
| Paketschlüssel | brew:kmod |
|---|---|
| Version | 34.2 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | 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-Dokumentation | https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git/tree/README.md |
| Lizenz | LGPL-2.1-or-later AND GPL-2.0-or-later |
| Quellarchiv | https://mirrors.edge.kernel.org/pub/linux/utils/kernel/kmod/kmod-34.2.tar.xz |
| Abhängigkeiten | openssl@3, xz, zlib-ng-compat, zstd |
| Build-Abhängigkeiten | meson, ninja, pkgconf, scdoc |
| Bottle | verfügbar (auf arm64_linux, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-develQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.