macOS
brew install libnllocal Homebrew formula metadata
安装
brew install libnllocal Homebrew formula metadata
nix profile install nixpkgs#libnlnixpkgs package indexes · pkgs/by-name/li/libnl/package.nix · 来源: api.github.com
sudo pacman -S libnlArch Linux sync databases · libnl · 来源: geo.mirror.pkgbuild.com
概览
Netlink Library Suite
历史
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.
安全态势
library-like package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
genl-ctrl-list | cli | 全局可执行文件 | |
idiag-socket-details | cli | 全局可执行文件 | |
nf-ct-add | cli | 全局可执行文件 | |
nf-ct-events | cli | 全局可执行文件 | |
nf-ct-list | cli | 全局可执行文件 | |
nf-exp-add | cli | 全局可执行文件 | |
nf-exp-delete | cli | 全局可执行文件 | |
nf-exp-list | cli | 全局可执行文件 | |
nf-log | cli | 全局可执行文件 | |
nf-monitor | cli | 全局可执行文件 | |
nf-queue | cli | 全局可执行文件 | |
nl-addr-add | cli | 全局可执行文件 | |
nl-addr-delete | cli | 全局可执行文件 | |
nl-addr-list | cli | 全局可执行文件 | |
nl-class-add | cli | 全局可执行文件 | |
nl-class-delete | cli | 全局可执行文件 | |
nl-class-list | cli | 全局可执行文件 | |
nl-classid-lookup | cli | 全局可执行文件 | |
nl-cls-add | cli | 全局可执行文件 | |
nl-cls-delete | cli | 全局可执行文件 | |
nl-cls-list | cli | 全局可执行文件 | |
nl-fib-lookup | cli | 全局可执行文件 | |
nl-link-enslave | cli | 全局可执行文件 | |
nl-link-ifindex2name | cli | 全局可执行文件 | |
nl-link-list | cli | 全局可执行文件 | |
nl-link-name2ifindex | cli | 全局可执行文件 | |
nl-link-release | cli | 全局可执行文件 | |
nl-link-set | cli | 全局可执行文件 | |
nl-link-stats | cli | 全局可执行文件 | |
nl-list-caches | cli | 全局可执行文件 | |
nl-list-sockets | cli | 全局可执行文件 | |
nl-monitor | cli | 全局可执行文件 | |
nl-neigh-add | cli | 全局可执行文件 | |
nl-neigh-delete | cli | 全局可执行文件 | |
nl-neigh-list | cli | 全局可执行文件 | |
nl-neightbl-list | cli | 全局可执行文件 | |
nl-nh-list | cli | 全局可执行文件 | |
nl-pktloc-lookup | cli | 全局可执行文件 | |
nl-qdisc-add | cli | 全局可执行文件 | |
nl-qdisc-delete | cli | 全局可执行文件 | |
nl-qdisc-list | cli | 全局可执行文件 | |
nl-route-add | cli | 全局可执行文件 | |
nl-route-delete | cli | 全局可执行文件 | |
nl-route-get | cli | 全局可执行文件 | |
nl-route-list | cli | 全局可执行文件 | |
nl-rule-list | cli | 全局可执行文件 | |
nl-tctree-list | cli | 全局可执行文件 | |
nl-util-addr | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/thom311/libnl
安装元数据
| 软件包键 | 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 Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libnl |
| 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 软件包链接分开显示。
libnl
nix profile install nixpkgs#libnllibnl 3.12.0-1
Library for applications dealing with netlink sockets
https://github.com/thom311/libnl/
sudo pacman -S libnl来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.