libnl-python3
NetLink protocol library suite
The libnl suite is a collection of libraries providing APIs to netlink protocol based Linux kernel interfaces. Netlink is an IPC mechanism primarily between the kernel and user space processes. It was designed to be a more flexible successor to ioctl to provide mainly networking related kernel configuration and monitoring interfaces.
- Versions: 3.5.0
- Website: https://www.infradead.org/~tgr/libnl/
- Licenses: GPL 2
- Package source: gnu/packages/linux.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of libnl-python3
as follows:
guix install libnl-python3
Or install a particular version:
guix install libnl-python3@3.5.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of libnl-python3 about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/libnl-python3'><img src='https://packages.guix.gnu.org/packages/libnl-python3/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/libnl-python3/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/libnl-python3)
Example Org:
[[https://packages.guix.gnu.org/packages/libnl-python3][https://packages.guix.gnu.org/packages/libnl-python3/badges/latest-version.svg]]