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

Last updated: May 19,2024

1. Install "libczmq3" package

Please follow the instructions below to install libczmq3 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libczmq3

2. Uninstall "libczmq3" package

Please follow the steps below to uninstall libczmq3 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libczmq3 $ sudo apt autoclean && sudo apt autoremove

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

Package: libczmq3
Priority: optional
Section: universe/libs
Installed-Size: 710
Maintainer: Ubuntu Developers
Original-Maintainer: Luca Boccassi
Architecture: amd64
Source: czmq
Version: 3.0.2-5
Depends: libc6 (>= 2.17), libzmq5 (>= 4.1.2)
Filename: pool/universe/c/czmq/libczmq3_3.0.2-5_amd64.deb
Size: 158636
MD5sum: 763b49211e26f10d8a02f14d7c60f0f5
SHA1: cb4deb556b4d9c285a25d2e0250ef89915f8b2df
SHA256: 7215da1608a339f1549125250dec2557b10385e1d43d0dd12eaad582e35c5e4c
Description-en: High-level C binding for ZeroMQ
czmq (previously known as libzapi) provides a high-level C binding for
0MQ, a lightweight messaging library.
.
This library provides higher level abstractions on top of the base
library, with features such as:
* Work with messages as strings, individual frames, or multipart messages.
* Automatic closure of any open sockets at context termination.
* Automatic LINGER configuration of all sockets for context termination.
* Portable API for creating child threads and ØMQ pipes to talk to them.
* Simple reactor with one-off and repeated timers, and socket readers.
* System clock functions for sleeping and calculating timers.
* Easy API to get/set all socket options.
* Includes generic hash and list containers.
Description-md5: d575218ffbedd7f6afe6212e5b109979
Multi-Arch: same
Homepage: http://czmq.zeromq.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu