How to Install and Uninstall nanomsg-utils Package on Kali Linux

Last updated: May 10,2024

1. Install "nanomsg-utils" package

This is a short guide on how to install nanomsg-utils on Kali Linux

$ sudo apt update $ sudo apt install nanomsg-utils

2. Uninstall "nanomsg-utils" package

Please follow the instructions below to uninstall nanomsg-utils on Kali Linux:

$ sudo apt remove nanomsg-utils $ sudo apt autoclean && sudo apt autoremove

3. Information about the nanomsg-utils package on Kali Linux

Package: nanomsg-utils
Source: nanomsg (1.1.5+dfsg-1.1)
Version: 1.1.5+dfsg-1.1+b1
Installed-Size: 64
Maintainer: Harlan Lieberman-Berg
Architecture: amd64
Depends: libnanomsg5 (= 1.1.5+dfsg-1.1+b1), libc6 (>= 2.34)
Size: 18740
SHA256: d275bc5bb72fc794148056260cba12e59c12fe4b650a85c380b6f955b94c77a7
SHA1: 334c50e109cefa74d0310556e160768d344aaa19
MD5sum: 428e0765b88651d2647714aa97aad1b4
Description: nanomsg utilities
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 utilities for testing nanomsg.
Description-md5:
Homepage: http://nanomsg.org/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/n/nanomsg/nanomsg-utils_1.1.5+dfsg-1.1+b1_amd64.deb