How to Install and Uninstall python3-zmq Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "python3-zmq" package

Please follow the guidance below to install python3-zmq on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-zmq

2. Uninstall "python3-zmq" package

This tutorial shows how to uninstall python3-zmq on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-zmq package on Ubuntu 21.10 (Impish Indri)

Package: python3-zmq
Architecture: amd64
Version: 20.0.0-1build1
Priority: optional
Section: universe/python
Source: pyzmq
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1414
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3:any, libc6 (>= 2.14), libzmq5 (>= 4.2.0)
Filename: pool/universe/p/pyzmq/python3-zmq_20.0.0-1build1_amd64.deb
Size: 258992
MD5sum: 4f9f0baedf5d1b5fa47a6dfae792d169
SHA1: 0099fdafafcc4bc198ead2fe9e8ac3d3bf722cfb
SHA256: 37c96a950b3e3be8259bfd271902cb133608e5290694f4e3c93f9419c0c7a3a2
SHA512: fe1f521e19ae55a55aea885b1f4af4c3cbd7cd8980cf6d953cc319ab15a4a7f550eb9daba4384a1d2aad24bd4ec27ae98587747dda7a5017e64b6b372e547d27
Homepage: https://www.zeromq.org/bindings:python
Description-en: 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: 570ef6b690e7bf53c2950e3ba8ae4cb7
Task: ubuntustudio-photography