How to Install and Uninstall python3-zmq Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "python3-zmq" package

Please follow the steps below to install python3-zmq on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-zmq

2. Uninstall "python3-zmq" package

Please follow the guidelines below to uninstall python3-zmq on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-zmq package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-zmq
Priority: optional
Section: universe/python
Installed-Size: 1013
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: pyzmq
Version: 15.2.0-0ubuntu4
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libzmq5 (>= 4.1.2)
Filename: pool/universe/p/pyzmq/python3-zmq_15.2.0-0ubuntu4_amd64.deb
Size: 202232
MD5sum: 15920d6aa7fb381fcb265aabb78951ac
SHA1: 1183713b8ac3f2043bd761a99e90cc37a74ab483
SHA256: f076cef3c277546293cc801e238efee793bad3f0cd2d5b1af9989909321c1592
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
Homepage: http://www.zeromq.org/bindings:python
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu