How to Install and Uninstall python3-aiozmq.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-aiozmq.noarch" package

This tutorial shows how to install python3-aiozmq.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-aiozmq.noarch

2. Uninstall "python3-aiozmq.noarch" package

This guide let you learn how to uninstall python3-aiozmq.noarch on Fedora 34:

$ sudo dnf remove python3-aiozmq.noarch $ sudo dnf autoremove

3. Information about the python3-aiozmq.noarch package on Fedora 34

Last metadata expiration check: 5:58:14 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-aiozmq
Version : 0.9.0
Release : 1.fc34
Architecture : noarch
Size : 74 k
Source : python-aiozmq-0.9.0-1.fc34.src.rpm
Repository : updates
Summary : ZeroMQ integration with asyncio
URL : https://aiozmq.readthedocs.org
License : BSD
Description : asyncio (PEP 3156) support for ZeroMQ, a messaging library.
: 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.