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

Last updated: March 29,2024

1. Install "libnng-dev" package

This guide covers the steps necessary to install libnng-dev on Kali Linux

$ sudo apt update $ sudo apt install libnng-dev

2. Uninstall "libnng-dev" package

Learn how to uninstall libnng-dev on Kali Linux:

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

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

Package: libnng-dev
Source: nng
Version: 1.6.0-1
Installed-Size: 1260
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libnng1 (= 1.6.0-1), libmbedtls-dev
Size: 207456
SHA256: 5bee2c8a7f22d7080f55de1a5ad392b5c862b16ca94233ae1c7f1899f5472162
SHA1: e2603a515ab120e6e599e87eadcce7679040a27f
MD5sum: a1cf2b9a60149f46cc293cbe062a0737
Description: Lightweight Messaging Library - development
Lightweight, broker-less library, offering a simple API to solve
common recurring messaging problems, such as publish/subscribe,
RPC-style request/reply, or service discovery. The API frees the
programmer from worrying about details like connection management,
retries, and other common considerations, so that they can focus on
the application instead of the plumbing.
.
This package contains the header files needed for developing programs
using libwebsockets and a static library.
Description-md5:
Multi-Arch: same
Homepage: https://nng.nanomsg.org/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/n/nng/libnng-dev_1.6.0-1_amd64.deb