macOS
brew install kmodlocal Homebrew formula metadata
brew
kmod のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install kmodlocal Homebrew formula metadata
sudo apk add kmodAlpine Linux edge package indexes · kmod · ソース: dl-cdn.alpinelinux.org
sudo dnf install kmodFedora Rawhide package metadata · kmod · ソース: dl.fedoraproject.org
nix profile install nixpkgs#kmodnixpkgs package indexes · kmod · ソース: raw.githubusercontent.com
sudo pacman -S kmodArch Linux sync databases · kmod · ソース: geo.mirror.pkgbuild.com
sudo zypper install kmodopenSUSE Tumbleweed package metadata · kmod · ソース: download.opensuse.org
概要
Linux kernel module handling
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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/*.conf実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
depmod | cli | グローバル実行可能ファイル | |
insmod | cli | グローバル実行可能ファイル | |
kmod | cli | グローバル実行可能ファイル | |
lsmod | cli | グローバル実行可能ファイル | |
modinfo | cli | グローバル実行可能ファイル | |
modprobe | cli | グローバル実行可能ファイル | |
rmmod | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod
インストールメタデータ
| パッケージキー | brew:kmod |
|---|---|
| バージョン | 34.2 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/kmod |
| ホームページ | https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git |
| リポジトリ | https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git |
| 上流ドキュメント | https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git/tree/README.md |
| ライセンス | LGPL-2.1-or-later AND GPL-2.0-or-later |
| ソースアーカイブ | https://mirrors.edge.kernel.org/pub/linux/utils/kernel/kmod/kmod-34.2.tar.xz |
| 依存関係 | openssl@3, xz, zlib-ng-compat, zstd |
| ビルド依存関係 | meson, ninja, pkgconf, scdoc |
| Bottle | 利用可能 (対象 arm64_linux, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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-develソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.