是什么 ? | : | a minimalistic user-space library oriented to Netlink developers. There are a lot of common tasks in parsing, validating, constructing of both the Netlink header and TLVs that are repetitive and easy to get wrong. This library aims to provide simple helpers that allows you to re-use code and to avoid re-inventing the wheel. |
开发语言 | : | C |
官方主页 | : | https://netfilter.org/projects/libmnl |
源码仓库 | : | https://git.netfilter.org/libmnl |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
apt | sudo apt-get install -y libmnl | |
CentOS | yum | sudo yum install -y libmnl |
dnf | sudo dnf install -y libmnl | |
openSUSE | zypper | sudo zypper install -y libmnl |
Alpine Linux | apk | sudo apk add libmnl |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge libmnl |