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

Last updated: January 11,2025

1. Install "python3-anyio.noarch" package

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

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

2. Uninstall "python3-anyio.noarch" package

Please follow the step by step instructions below to uninstall python3-anyio.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:18:35 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-anyio
Version : 3.5.0
Release : 1.fc36
Architecture : noarch
Size : 150 k
Source : python-anyio-3.5.0-1.fc36.src.rpm
Repository : fedora
Summary : Compatibility layer for multiple asynchronous event loop implementations
URL : https://github.com/agronholm/anyio
License : MIT
Description : AnyIO is an asynchronous networking and concurrency library that works on top
: of either asyncio or trio. It implements trio-like structured concurrency (SC)
: on top of asyncio, and works in harmony with the native SC of trio itself.