How to Install and Uninstall libmnl-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libmnl-dev" package

Please follow the instructions below to install libmnl-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmnl-dev

2. Uninstall "libmnl-dev" package

Please follow the guidance below to uninstall libmnl-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmnl-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmnl-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmnl-dev
Priority: extra
Section: libdevel
Installed-Size: 86
Maintainer: Ubuntu Developers
Original-Maintainer: Anibal Monsalve Salazar
Architecture: amd64
Source: libmnl
Version: 1.0.3-5
Depends: libmnl0 (= 1.0.3-5)
Filename: pool/main/libm/libmnl/libmnl-dev_1.0.3-5_amd64.deb
Size: 10968
MD5sum: 0869eb2ff909ad973eb02c5313f96f28
SHA1: 3e8a4eff9c78c929414b6b9d19d1ed789df0068a
SHA256: a1a7702b8dfeaa9689fd8abae7c6dc06a1b3ec1915fb469142c4f4dd50fb2953
Description-en: minimalistic Netlink communication library (devel)
libmnl is 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.
.
The main features of this library are:
.
Small: the shared library requires around 30KB for an x86-based computer.
.
Simple: this library avoids complexity and elaborated abstractions that
tend to hide Netlink details.
.
Easy to use: the library simplifies the work for Netlink-wise developers.
It provides functions to make socket handling, message building,
validating, parsing and sequence tracking, easier.
.
Easy to re-use: you can use the library to build your own abstraction
layer on top of this library.
.
Decoupling: the interdependency of the main bricks that compose the
library is reduced, i.e. the library provides many helpers, but the
programmer is not forced to use them.
.
This package contains the development libraries and header files you need
to develop your programs using the minimalistic Netlink communication
library.
Description-md5: a98b989412e5ed2eb94b6c710889486b
Homepage: http://netfilter.org/projects/libmnl/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m