How to Install and Uninstall libczmq4 Package on Kali Linux

Last updated: May 09,2024

1. Install "libczmq4" package

This guide covers the steps necessary to install libczmq4 on Kali Linux

$ sudo apt update $ sudo apt install libczmq4

2. Uninstall "libczmq4" package

Learn how to uninstall libczmq4 on Kali Linux:

$ sudo apt remove libczmq4 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libczmq4 package on Kali Linux

Package: libczmq4
Source: czmq (4.2.1-1)
Version: 4.2.1-1+b1
Installed-Size: 524
Maintainer: Luca Boccassi
Architecture: amd64
Depends: libc6 (>= 2.34), libsystemd0, libuuid1 (>= 2.16), libzmq5 (>= 4.1.2)
Size: 171136
SHA256: ea634102a8479dbd55863da1eceef1375769852d59900d25f3da1790133cd12b
SHA1: fe32009c3ad5a5d120033a578694ab4964fb6666
MD5sum: 7a64678edefa5b4e749728eca4f62433
Description: 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:
Multi-Arch: same
Homepage: http://czmq.zeromq.org/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/c/czmq/libczmq4_4.2.1-1+b1_amd64.deb