How to Install and Uninstall libnanomsg5 Package on Kali Linux

Last updated: September 21,2024

1. Install "libnanomsg5" package

Please follow the step by step instructions below to install libnanomsg5 on Kali Linux

$ sudo apt update $ sudo apt install libnanomsg5

2. Uninstall "libnanomsg5" package

Please follow the guidelines below to uninstall libnanomsg5 on Kali Linux:

$ sudo apt remove libnanomsg5 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnanomsg5 package on Kali Linux

Package: libnanomsg5
Source: nanomsg (1.1.5+dfsg-1.1)
Version: 1.1.5+dfsg-1.1+b1
Installed-Size: 309
Maintainer: Harlan Lieberman-Berg
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 96584
SHA256: 7c2b1c4ecd4a43f43fb2bc065e8ac4dfabea80d3ba874a60e1ac75f31744539d
SHA1: 135df651fcbc37fb0be520cdd9f5a865f4359e63
MD5sum: de353afc96371075e011ff9e05209cdb
Description: high-performance implementation of scalability libraries
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
Description-md5:
Homepage: http://nanomsg.org/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/n/nanomsg/libnanomsg5_1.1.5+dfsg-1.1+b1_amd64.deb