Automic VaultAutomic Vault

brew

libnl を Homebrew, Nix, pacman でインストール

libnl のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install libnl

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#libnl

nixpkgs package indexes · pkgs/by-name/li/libnl/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S libnl

Arch Linux sync databases · libnl · ソース: geo.mirror.pkgbuild.com

概要

パッケージ概要

Netlink Library Suite

コマンドとエイリアス

  • genl-ctrl-list
  • idiag-socket-details
  • nf-ct-add
  • nf-ct-events
  • nf-ct-list
  • nf-exp-add
  • nf-exp-delete
  • nf-exp-list
  • nf-log
  • nf-monitor
  • nf-queue
  • nl-addr-add
  • nl-addr-delete
  • nl-addr-list
  • nl-class-add
  • nl-class-delete
  • nl-class-list
  • nl-classid-lookup
  • nl-cls-add
  • nl-cls-delete
  • nl-cls-list
  • nl-fib-lookup
  • nl-link-enslave
  • nl-link-ifindex2name
  • nl-link-list
  • nl-link-name2ifindex
  • nl-link-release
  • nl-link-set
  • nl-link-stats
  • nl-list-caches
  • nl-list-sockets
  • nl-monitor

履歴

プロジェクトの歴史と使われ方

libnl is the Netlink Protocol Library Suite, a set of C libraries for Linux applications that talk to kernel netlink interfaces. Netlink replaced many ioctl-style networking control paths with a message-based IPC mechanism between user space and the kernel.

プロジェクトの歴史

The Infradead project page describes libnl as a suite split into smaller libraries: libnl for socket and message fundamentals, libnl-route for NETLINK_ROUTE interfaces, libnl-genl for generic netlink, and libnl-nf for netfilter interfaces. The split is explicitly intended to avoid forcing every application to link one large library.

The project history includes a long-lived 1.1.x branch and a 3.x branch. The Infradead page warns that 1.1.x support is limited and tells new applications to target libnl3, while also documenting distribution package names for CentOS, Debian, Fedora, OpenSUSE, Slackware, and Ubuntu.

採用の歴史

libnl became a standard dependency for Linux networking software that needed structured access to routes, addresses, links, traffic control, generic netlink families, and netfilter state. Its inclusion in many distribution package sets reflects netlink's role as the Linux kernel's preferred extensible networking control API.

使われ方

Callers use libnl core primitives for netlink sockets, message construction, parsing, send, receive, and cache handling, then add family-specific libraries when they need route, generic netlink, or netfilter support. The Homebrew package exposes many nl-* and nf-* command-line helpers around those APIs.

パッケージ好きにとっての重要性

libnl matters to package maintainers because it is Linux-specific, ABI-sensitive, and central to network managers, firewall tools, wireless stacks, containers, and low-level diagnostics. The project's documented SONAME problems in releases 3.2.18 and 3.2.19 show why distributions track its ABI carefully.

タイムライン

  • 1.1.x era: The project maintained a stable branch but later advised new applications to use libnl3.
  • 3.2.10: The project reverted an unnecessary SONAME bump after discussion to reduce distribution-maintainer pain.
  • 3.2.18-3.2.19: The project documented an incorrect SONAME that required affected binaries to be relinked for compatibility with 3.2.20 and later.
  • 2014-07-16: The Infradead project page records libnl 3.2.25 as released.

Related projects

  • Related kernel interfaces include netlink, NETLINK_ROUTE, generic netlink, and netfilter.
  • The libnl suite's related libraries include libnl, libnl-route, libnl-genl, and libnl-nf.

セキュリティ状態

リスクレベル: グリーン

library-like package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • library-like package without higher-risk signals

信号

  • metadata:library-like

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 2 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 3 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
genl-ctrl-listcliグローバル実行可能ファイル
idiag-socket-detailscliグローバル実行可能ファイル
nf-ct-addcliグローバル実行可能ファイル
nf-ct-eventscliグローバル実行可能ファイル
nf-ct-listcliグローバル実行可能ファイル
nf-exp-addcliグローバル実行可能ファイル
nf-exp-deletecliグローバル実行可能ファイル
nf-exp-listcliグローバル実行可能ファイル
nf-logcliグローバル実行可能ファイル
nf-monitorcliグローバル実行可能ファイル
nf-queuecliグローバル実行可能ファイル
nl-addr-addcliグローバル実行可能ファイル
nl-addr-deletecliグローバル実行可能ファイル
nl-addr-listcliグローバル実行可能ファイル
nl-class-addcliグローバル実行可能ファイル
nl-class-deletecliグローバル実行可能ファイル
nl-class-listcliグローバル実行可能ファイル
nl-classid-lookupcliグローバル実行可能ファイル
nl-cls-addcliグローバル実行可能ファイル
nl-cls-deletecliグローバル実行可能ファイル
nl-cls-listcliグローバル実行可能ファイル
nl-fib-lookupcliグローバル実行可能ファイル
nl-link-enslavecliグローバル実行可能ファイル
nl-link-ifindex2namecliグローバル実行可能ファイル
nl-link-listcliグローバル実行可能ファイル
nl-link-name2ifindexcliグローバル実行可能ファイル
nl-link-releasecliグローバル実行可能ファイル
nl-link-setcliグローバル実行可能ファイル
nl-link-statscliグローバル実行可能ファイル
nl-list-cachescliグローバル実行可能ファイル
nl-list-socketscliグローバル実行可能ファイル
nl-monitorcliグローバル実行可能ファイル
nl-neigh-addcliグローバル実行可能ファイル
nl-neigh-deletecliグローバル実行可能ファイル
nl-neigh-listcliグローバル実行可能ファイル
nl-neightbl-listcliグローバル実行可能ファイル
nl-nh-listcliグローバル実行可能ファイル
nl-pktloc-lookupcliグローバル実行可能ファイル
nl-qdisc-addcliグローバル実行可能ファイル
nl-qdisc-deletecliグローバル実行可能ファイル
nl-qdisc-listcliグローバル実行可能ファイル
nl-route-addcliグローバル実行可能ファイル
nl-route-deletecliグローバル実行可能ファイル
nl-route-getcliグローバル実行可能ファイル
nl-route-listcliグローバル実行可能ファイル
nl-rule-listcliグローバル実行可能ファイル
nl-tctree-listcliグローバル実行可能ファイル
nl-util-addrcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-08
マネージャ版3.12.0
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/thom311/libnl

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報No cached GitHub release or tag data was available.https://github.com/thom311/libnl信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:libnl
バージョン3.12.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/libnl
ホームページhttps://github.com/thom311/libnl
リポジトリhttps://github.com/thom311/libnl
上流ドキュメントhttps://github.com/thom311/libnl/tree/main/doc
ライセンスLGPL-2.1-or-later
ソースアーカイブhttps://github.com/thom311/libnl/releases/download/libnl3_12_0/libnl-3.12.0.tar.gz
ビルド依存関係bison, flex, pkgconf
Bottle利用可能 (対象 arm64_linux, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namelibnl
Version Scheme0
Revision0
Requirements
  • linux
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

libnl

nix profile install nixpkgs#libnl
  • normalized package name match
  • 一致条件: Libnl
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/li/libnl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
pacman95%

libnl 3.12.0-1

Library for applications dealing with netlink sockets

https://github.com/thom311/libnl/

sudo pacman -S libnl
  • License: LGPL-2.1-only
  • Architecture: x86_64
  • 2 依存関係
  • 7 提供
  • normalized package name match
  • 一致条件: Libnl
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: libnl from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment