How to Install and Uninstall python312-async_generator Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "python312-async_generator" package

This guide covers the steps necessary to install python312-async_generator on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-async_generator

2. Uninstall "python312-async_generator" package

In this section, we are going to explain the necessary steps to uninstall python312-async_generator on openSuSE Tumbleweed:

$ sudo zypper remove python312-async_generator

3. Information about the python312-async_generator package on openSuSE Tumbleweed

Information for package python312-async_generator:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-async_generator
Version : 1.10-3.6
Arch : noarch
Vendor : openSUSE
Installed Size : 213.7 KiB
Installed : No
Status : not installed
Source package : python-async_generator-1.10-3.6.src
Upstream URL : https://github.com/python-trio/async_generator
Summary : Async generators and context managers for Python 3.5+
Description :
Python 3.6 added async generators. Python 3.7 adds some more
tools to make them usable, like contextlib.asynccontextmanager.