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

Last updated: January 11,2025

1. Install "python3-async-timeout.noarch" package

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

$ sudo dnf update $ sudo dnf install python3-async-timeout.noarch

2. Uninstall "python3-async-timeout.noarch" package

This guide covers the steps necessary to uninstall python3-async-timeout.noarch on Fedora 36:

$ sudo dnf remove python3-async-timeout.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:58:07 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-async-timeout
Version : 4.0.2
Release : 1.fc36
Architecture : noarch
Size : 18 k
Source : python-async-timeout-4.0.2-1.fc36.src.rpm
Repository : fedora
Summary : An 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.