How to Install and Uninstall libczmq-dev Package on Kali Linux

Last updated: May 11,2024

1. Install "libczmq-dev" package

Learn how to install libczmq-dev on Kali Linux

$ sudo apt update $ sudo apt install libczmq-dev

2. Uninstall "libczmq-dev" package

Please follow the guidance below to uninstall libczmq-dev on Kali Linux:

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

3. Information about the libczmq-dev package on Kali Linux

Package: libczmq-dev
Source: czmq (4.2.1-1)
Version: 4.2.1-1+b1
Installed-Size: 1960
Maintainer: Luca Boccassi
Architecture: amd64
Depends: libnss3-dev, libzmq3-dev, uuid-dev, libsystemd-dev, libczmq4 (= 4.2.1-1+b1)
Size: 411584
SHA256: 96a036c9a49ec658483a3d223179ed6fd6ff7b6b255f1faeb5c15286b8777b93
SHA1: 11c4598f15c1a8c9c73591f468b23f2ca65c8777
MD5sum: 494cc1f40e91edb2eb6861b5fbffc711
Description: 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:
Multi-Arch: same
Homepage: http://czmq.zeromq.org/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/c/czmq/libczmq-dev_4.2.1-1+b1_amd64.deb