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

Last updated: October 06,2024

1. Install "python-aiozmq-doc.noarch" package

This is a short guide on how to install python-aiozmq-doc.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python-aiozmq-doc.noarch

2. Uninstall "python-aiozmq-doc.noarch" package

Please follow the instructions below to uninstall python-aiozmq-doc.noarch on Fedora 34:

$ sudo dnf remove python-aiozmq-doc.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:39:07 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python-aiozmq-doc
Version : 0.9.0
Release : 1.fc34
Architecture : noarch
Size : 241 k
Source : python-aiozmq-0.9.0-1.fc34.src.rpm
Repository : updates
Summary : Documentation for python-aiozmq
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.