How to Install and Uninstall libmnl-dev Package on Kali Linux

Last updated: July 08,2024

1. Install "libmnl-dev" package

Please follow the instructions below to install libmnl-dev on Kali Linux

$ sudo apt update $ sudo apt install libmnl-dev

2. Uninstall "libmnl-dev" package

Please follow the guidelines below to uninstall libmnl-dev on Kali Linux:

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

3. Information about the libmnl-dev package on Kali Linux

Package: libmnl-dev
Source: libmnl
Version: 1.0.5-2
Installed-Size: 147
Maintainer: Debian Netfilter Packaging Team
Architecture: amd64
Depends: libmnl0 (= 1.0.5-2)
Size: 23116
SHA256: 8d3d756f45f5b2dd8a1ded095fa087e82cc8846f15abc790057527e2b3b58afd
SHA1: 38cdff332562fb0116d923c9530d1c59c6fd799c
MD5sum: c7b8ebda12b5fab28ba95c5926d8637f
Description: 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:
Multi-Arch: same
Homepage: https://netfilter.org/projects/libmnl/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libm/libmnl/libmnl-dev_1.0.5-2_amd64.deb