How to Install and Uninstall nanomsg-utils Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 12,2024

1. Install "nanomsg-utils" package

Please follow the guidelines below to install nanomsg-utils on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install nanomsg-utils

2. Uninstall "nanomsg-utils" package

Please follow the guidelines below to uninstall nanomsg-utils on Ubuntu 21.10 (Impish Indri):

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

3. Information about the nanomsg-utils package on Ubuntu 21.10 (Impish Indri)

Package: nanomsg-utils
Architecture: amd64
Version: 1.1.5+dfsg-1
Priority: optional
Section: universe/libs
Source: nanomsg
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Harlan Lieberman-Berg
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 63
Depends: libnanomsg5 (= 1.1.5+dfsg-1), libc6 (>= 2.4)
Filename: pool/universe/n/nanomsg/nanomsg-utils_1.1.5+dfsg-1_amd64.deb
Size: 17604
MD5sum: 46b730f5a46ac9821b8fbe477e1bf156
SHA1: 905f87035f839d21cd11683664d5ff7308fcddd8
SHA256: e782273fb2926bfb2156b5a49a8c615c0674f074b76cf3cae0ab8a3f99746641
SHA512: 6bc23806510aa18d17560d6650e4a3655ab1690bc6e6b42f23fb62459e73e67ec309918aec203aaa7607108b85db11e63d6af76b379e881ca03cea6966388785
Homepage: http://nanomsg.org/
Description-en: 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: c3f6b48c7e552c9b5e055b96da8c6dc1