macOS
brew install kmodlocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de kmod pour les workflows d'agents IA.
installation
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
aperçu
Linux kernel module handling
historique
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.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des 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/*.confexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
depmod | cli | exécutable global | |
insmod | cli | exécutable global | |
kmod | cli | exécutable global | |
lsmod | cli | exécutable global | |
modinfo | cli | exécutable global | |
modprobe | cli | exécutable global | |
rmmod | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod
métadonnées d'installation
| Clé du paquet | brew:kmod |
|---|---|
| Version | 34.2 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/kmod |
| Page d'accueil | https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git |
| Dépôt | https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git |
| Docs amont | https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git/tree/README.md |
| Licence | LGPL-2.1-or-later AND GPL-2.0-or-later |
| Archive source | https://mirrors.edge.kernel.org/pub/linux/utils/kernel/kmod/kmod-34.2.tar.xz |
| Dépendances | openssl@3, xz, zlib-ng-compat, zstd |
| Dépendances de compilation | meson, ninja, pkgconf, scdoc |
| Bouteille | disponible (sur arm64_linux, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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-develpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.