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

Last updated: May 18,2024

1. Install "libczmq-dev" package

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

$ sudo apt update $ sudo apt install libczmq-dev

2. Uninstall "libczmq-dev" package

This guide covers the steps necessary to uninstall libczmq-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libczmq-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 1510
Maintainer: Ubuntu Developers
Original-Maintainer: Luca Boccassi
Architecture: amd64
Source: czmq
Version: 3.0.2-5
Depends: libzmq5-dev, libczmq3 (= 3.0.2-5)
Filename: pool/universe/c/czmq/libczmq-dev_3.0.2-5_amd64.deb
Size: 219494
MD5sum: 6d4a9ea4635ca75110de5c3e3a4c990d
SHA1: bb8f627c54c304229e9c3a028489796ae0392d38
SHA256: d5f1d6424ffc3c8b6d10540eaad7361588ad871848b0677001fb2348bdb1804f
Description-en: High-level C binding for ZeroMQ (development files)
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.
.
This package provides the development files for czmq.
Description-md5: 8254cee0065cd400b872c41afc2d00d9
Multi-Arch: same
Homepage: http://czmq.zeromq.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu