How to Install and Uninstall libmnl0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "libmnl0" package

Please follow the guidance below to install libmnl0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmnl0

2. Uninstall "libmnl0" package

Please follow the guidelines below to uninstall libmnl0 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmnl0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmnl0 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmnl0
Priority: important
Section: libs
Installed-Size: 60
Maintainer: Ubuntu Developers
Original-Maintainer: Anibal Monsalve Salazar
Architecture: amd64
Source: libmnl
Version: 1.0.3-5
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Filename: pool/main/libm/libmnl/libmnl0_1.0.3-5_amd64.deb
Size: 11970
MD5sum: 4122370428822e3e9e9b1cc058d0077b
SHA1: 06ee1e806446b15785187f98b7520baee63cba73
SHA256: abd749bdd206e51fc9ac19ef27d4452a2d9df46b5b1a276d50a065af901ab1c4
Description-en: minimalistic Netlink communication library
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 shared libraries needed to run programs that use
the minimalistic Netlink communication library.
Description-md5: 6e8dc655315a40a8d6d0cab77a49b003
Multi-Arch: same
Homepage: http://netfilter.org/projects/libmnl/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y
Task: minimal, ubuntu-core, ubuntu-core, ubuntu-sdk-libs-tools, ubuntu-sdk