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

Last updated: May 16,2024

1. Install "libnanomsg-dev" package

This guide let you learn how to install libnanomsg-dev on Kali Linux

$ sudo apt update $ sudo apt install libnanomsg-dev

2. Uninstall "libnanomsg-dev" package

Please follow the step by step instructions below to uninstall libnanomsg-dev on Kali Linux:

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

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

Package: libnanomsg-dev
Source: nanomsg (1.1.5+dfsg-1.1)
Version: 1.1.5+dfsg-1.1+b1
Installed-Size: 1262
Maintainer: Harlan Lieberman-Berg
Architecture: amd64
Depends: libnanomsg5 (= 1.1.5+dfsg-1.1+b1)
Size: 41020
SHA256: f8adb467597ab1ac8aef8a763ac4a1df353fa416bf066daee43ff3f2001ccfeb
SHA1: 75e1e3e346ab5c27a20354e8b809b36b31c9ca44
MD5sum: 4a7927a49395622e74969235a696955c
Description: nanomsg development files
nanomsg is a socket library that provides several common
communication patterns. It aims to make the networking layer fast,
scalable, and easy to use. Implemented in C, it works on a wide range
of operating systems with no further dependencies.
.
The communication patterns, also called "scalability protocols", are
basic blocks for building distributed systems. By combining them you
can create a vast array of distributed applications. The following
scalability protocols are currently available:
.
PAIR - simple one-to-one communication
BUS - simple many-to-many communication
REQREP - allows one to build clusters of stateless services
to process user requests
PUBSUB - distributes messages to large sets of interested subscribers
PIPELINE - aggregates messages from multiple sources and
load balances them among many destinations
SURVEY - allows one to query state of multiple applications in a single go
.
This package contains the development files for nanomsg.
Description-md5:
Homepage: http://nanomsg.org/
Tag: devel::lang:c, devel::library, implemented-in::c, role::devel-lib,
role::program, use::transmission
Section: libdevel
Priority: optional
Filename: pool/main/n/nanomsg/libnanomsg-dev_1.1.5+dfsg-1.1+b1_amd64.deb