How to Install and Uninstall python3-async-timeout.noarch Package on CentOS Stream 8
Last updated: January 19,2025
1. Install "python3-async-timeout.noarch" package
In this section, we are going to explain the necessary steps to install python3-async-timeout.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-async-timeout.noarch
Copied
2. Uninstall "python3-async-timeout.noarch" package
Please follow the step by step instructions below to uninstall python3-async-timeout.noarch on CentOS Stream 8:
$
sudo dnf remove
python3-async-timeout.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-async-timeout.noarch package on CentOS Stream 8
Last metadata expiration check: 1:42:04 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-async-timeout
Version : 3.0.1
Release : 8.el8
Architecture : noarch
Size : 20 k
Source : python-async-timeout-3.0.1-8.el8.src.rpm
Repository : epel
Summary : Asyncio-compatible timeout context manager
URL : https://github.com/aio-libs/async-timeout
License : ASL 2.0
Description : asyncio-compatible timeout context manager
: The context manager is useful in cases when you want to apply timeout
: logic around block of code or in cases when asyncio.wait_for() is not
: suitable. Also it's much faster than asyncio.wait_for() because timeout
: doesn't create a new task.
Available Packages
Name : python3-async-timeout
Version : 3.0.1
Release : 8.el8
Architecture : noarch
Size : 20 k
Source : python-async-timeout-3.0.1-8.el8.src.rpm
Repository : epel
Summary : Asyncio-compatible timeout context manager
URL : https://github.com/aio-libs/async-timeout
License : ASL 2.0
Description : asyncio-compatible timeout context manager
: The context manager is useful in cases when you want to apply timeout
: logic around block of code or in cases when asyncio.wait_for() is not
: suitable. Also it's much faster than asyncio.wait_for() because timeout
: doesn't create a new task.