How to Install and Uninstall python3-zmq Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "python3-zmq" package

This is a short guide on how to install python3-zmq on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install python3-zmq

2. Uninstall "python3-zmq" package

Please follow the steps below to uninstall python3-zmq on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the python3-zmq package on Ubuntu 20.10 (Groovy Gorilla)

Package: python3-zmq
Architecture: amd64
Version: 19.0.2-1
Priority: optional
Section: universe/python
Source: pyzmq
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1414
Depends: python3 (<< 3.9), python3 (>= 3.8~), python3:any, libc6 (>= 2.14), libzmq5 (>= 4.2.0)
Filename: pool/universe/p/pyzmq/python3-zmq_19.0.2-1_amd64.deb
Size: 258468
MD5sum: 82872f885eb1ca62cf0efcb4828c8de2
SHA1: 505e1130b04ec65b9c70eb13824aea1f39157960
SHA256: 09e8d33d12d32a6103ebceb9219cc917ca2d6593bead8a21f800e838688aed42
SHA512: cb7009383c6d24d62aaacb7334ec6fc0bb2b8c05d67745abfc36be438c923cd9e0f8866056e068e6b9dfebc7856105a00d41e3bbd9f889432103d98c80772762
Homepage: http://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