How to Install and Uninstall python3-anyio.noarch Package on Rocky Linux 9
Last updated: February 19,2025
1. Install "python3-anyio.noarch" package
This is a short guide on how to install python3-anyio.noarch on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-anyio.noarch
Copied
2. Uninstall "python3-anyio.noarch" package
Please follow the instructions below to uninstall python3-anyio.noarch on Rocky Linux 9:
$
sudo dnf remove
python3-anyio.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-anyio.noarch package on Rocky Linux 9
Last metadata expiration check: 0:43:27 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-anyio
Version : 3.5.0
Release : 1.el9
Architecture : noarch
Size : 147 k
Source : python-anyio-3.5.0-1.el9.src.rpm
Repository : epel
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.
Available Packages
Name : python3-anyio
Version : 3.5.0
Release : 1.el9
Architecture : noarch
Size : 147 k
Source : python-anyio-3.5.0-1.el9.src.rpm
Repository : epel
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.