How to Install and Uninstall libnanomsg0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 06,2024

1. Install "libnanomsg0" package

Please follow the guidelines below to install libnanomsg0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libnanomsg0

2. Uninstall "libnanomsg0" package

Learn how to uninstall libnanomsg0 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libnanomsg0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnanomsg0 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libnanomsg0
Priority: extra
Section: universe/libs
Installed-Size: 262
Maintainer: Ubuntu Developers
Original-Maintainer: Harlan Lieberman-Berg
Architecture: amd64
Source: nanomsg
Version: 0.5~beta+dfsg-1
Depends: libc6 (>= 2.14)
Filename: pool/universe/n/nanomsg/libnanomsg0_0.5~beta+dfsg-1_amd64.deb
Size: 77680
MD5sum: 546eab456396b7c4c04cba3a91f6eb2e
SHA1: 6b5f3b5fcda6c6d86854c7922526997482002a9c
SHA256: 9bd4556d2ee654966056a734a5d3e0227f10aad1bfc907fb520a9785ba363de0
Description-en: 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: 3742bb334eb8e58a930f8daf06418e65
Homepage: http://nanomsg.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu