How to Install and Uninstall python3-async-generator.noarch Package on Fedora 38

Last updated: October 09,2024

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

Please follow the guidelines below to install python3-async-generator.noarch on Fedora 38

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

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

Here is a brief guide to show you how to uninstall python3-async-generator.noarch on Fedora 38:

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

3. Information about the python3-async-generator.noarch package on Fedora 38

Last metadata expiration check: 4:54:34 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-async-generator
Version : 1.10
Release : 16.fc38
Architecture : noarch
Size : 68 k
Source : python-async-generator-1.10-16.fc38.src.rpm
Repository : fedora
Summary : Async generators and context managers
URL : https://github.com/python-trio/async_generator
License : MIT or ASL 2.0
Description : This library generally tries hard to match the semantics of Python 3.6's native
: async generators in every detail (PEP 525), with additional support for yield
: from and for returning non-None values from an async generator (under the
: theory that these may well be added to native async generators one day).