How to Install and Uninstall python3-zmq Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-zmq" package

This is a short guide on how to install python3-zmq on Kali Linux

$ sudo apt update $ sudo apt install python3-zmq

2. Uninstall "python3-zmq" package

Please follow the guidance below to uninstall python3-zmq on Kali Linux:

$ sudo apt remove python3-zmq $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-zmq package on Kali Linux

Package: python3-zmq
Source: pyzmq (24.0.1-5)
Version: 24.0.1-5+b1
Installed-Size: 1979
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-cffi-backend-api-min (<= 9729), python3-cffi-backend-api-max (>= 9729), python3-py, python3:any, libc6 (>= 2.34), libzmq5 (>= 4.2.0)
Size: 356496
SHA256: ffb733db1268bd1bd39c64bc4d41bb81f992db4ec30e177345cacad01b99c189
SHA1: b988ebfb1fc9b3cd4b751f20e0d01f42631d9afe
MD5sum: dab70779995072f49636f8d525f33ec9
Description: Python3 bindings for 0MQ library
Python bindings for 0MQ. 0MQ is a small, fast, and free
software library that gives you message-passing concurrency
for applications in most common languages.
.
The 0MQ lightweight messaging kernel is a library which
extends the standard socket interfaces with features
traditionally provided by specialised messaging middleware
products. 0MQ sockets provide an abstraction of asynchronous
message queues, multiple messaging patterns, message
filtering (subscriptions), seamless access to multiple
transport protocols and more.
.
This package contains the extension built for the Python3 interpreter.
Description-md5:
Homepage: https://www.zeromq.org/bindings:python
Section: python
Priority: optional
Filename: pool/main/p/pyzmq/python3-zmq_24.0.1-5+b1_amd64.deb