How to Install and Uninstall python3-anyio.noarch Package on Fedora 35

Last updated: May 20,2024

1. Install "python3-anyio.noarch" package

Please follow the step by step instructions below to install python3-anyio.noarch on Fedora 35

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

2. Uninstall "python3-anyio.noarch" package

Please follow the instructions below to uninstall python3-anyio.noarch on Fedora 35:

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

3. Information about the python3-anyio.noarch package on Fedora 35

Last metadata expiration check: 3:50:00 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-anyio
Version : 3.2.0
Release : 2.fc35
Architecture : noarch
Size : 142 k
Source : python-anyio-3.2.0-2.fc35.src.rpm
Repository : fedora
Summary : Compatibility layer for multiple asynchronous event loop implementations
URL : https://github.com/agronholm/anyio
License : MIT
Description : AnyIO is a asynchronous compatibility API that allows applications and
: libraries written against it to run unmodified on asyncio, curio and trio.