How to Install and Uninstall libnanomsg-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 08,2024

1. Install "libnanomsg-dev" package

Please follow the instructions below to install libnanomsg-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libnanomsg-dev

2. Uninstall "libnanomsg-dev" package

Please follow the instructions below to uninstall libnanomsg-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libnanomsg-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libnanomsg-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 683
Maintainer: Ubuntu Developers
Original-Maintainer: Harlan Lieberman-Berg
Architecture: amd64
Source: nanomsg
Version: 0.5~beta+dfsg-1
Depends: libnanomsg0 (= 0.5~beta+dfsg-1)
Filename: pool/universe/n/nanomsg/libnanomsg-dev_0.5~beta+dfsg-1_amd64.deb
Size: 115756
MD5sum: d0fecd6fc9f7591fc89fa45a816ecd9f
SHA1: d5d40284e6e27210099e010d7c38b9848192488d
SHA256: ad057f6a35c0b0c6ad981c89171f736a9a339bf0f6a4ba8dd0c548eea9a248c8
Description-en: 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: 061762450db70fa61ff7ffa3e02c96ed
Homepage: http://nanomsg.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu