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

Last updated: May 19,2024

1. Install "python3-aiozmq" package

In this section, we are going to explain the necessary steps to install python3-aiozmq on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-aiozmq

2. Uninstall "python3-aiozmq" package

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

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

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

Package: python3-aiozmq
Priority: optional
Section: universe/python
Installed-Size: 147
Maintainer: Ubuntu Developers
Original-Maintainer: Piotr Ożarowski
Architecture: all
Source: aiozmq
Version: 0.7.1-1
Depends: python3, python3-zmq, python3:any (>= 3.3.2-2~)
Recommends: python3-msgpack
Filename: pool/universe/a/aiozmq/python3-aiozmq_0.7.1-1_all.deb
Size: 26132
MD5sum: 5fa23c468b9578d57eead1a48b50e4f2
SHA1: 3c9d949c680d9a946f545c9904a35ad333a11941
SHA256: dd0924eed8db073e261b443362933d4e567462d6ad724477c8a0d6a0578a88c3
Description-en: ZeroMQ integration with asyncio
ZeroMQ integration with asyncio (PEP 3156)
.
Features:
* Implements create_zmq_connection() coroutine for making 0MQ connections.
* Provides ZmqTransport and ZmqProtocol
* Provides RPC Request-Reply, Push-Pull and Publish-Subscribe patterns for
remote calls.
Description-md5: 912101c056367d3d56269b4587269708
Homepage: http://aiozmq.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu