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

Last updated: June 28,2024

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

This guide let you learn how to install python3-async-timeout.noarch on Fedora 35

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

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

This is a short guide on how to uninstall python3-async-timeout.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:22:28 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-async-timeout
Version : 3.0.1
Release : 14.fc35
Architecture : noarch
Size : 19 k
Source : python-async-timeout-3.0.1-14.fc35.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.