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

Last updated: May 19,2024

1. Install "libczmq-dbg" package

This is a short guide on how to install libczmq-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libczmq-dbg

2. Uninstall "libczmq-dbg" package

This guide let you learn how to uninstall libczmq-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libczmq-dbg
Priority: extra
Section: universe/debug
Installed-Size: 482
Maintainer: Ubuntu Developers
Original-Maintainer: Luca Boccassi
Architecture: amd64
Source: czmq
Version: 3.0.2-5
Depends: libczmq3 (= 3.0.2-5)
Filename: pool/universe/c/czmq/libczmq-dbg_3.0.2-5_amd64.deb
Size: 401616
MD5sum: 6fffab558c9f59793ad364857d292bff
SHA1: 69d7302f37dd063c82d832101db38581e3a5e508
SHA256: 55a049902280a0014d3e6dc889cfa57d8dcbf21273b6bd4814e098c30c922817
Description-en: High-level C binding for ZeroMQ (debugging symbols)
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 debugging symbols for czmq.
Description-md5: c5781bb87ea0dc3cd7cafc0de58d280b
Multi-Arch: same
Homepage: http://czmq.zeromq.org/
Build-Ids: 50a14e3b1e4e11582f44aeb50f0e5ad8867e9f3e
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu