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

Last updated: June 24,2024

1. Install "python36-async_generator" package

This guide let you learn how to install python36-async_generator on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-async_generator

2. Uninstall "python36-async_generator" package

Please follow the guidelines below to uninstall python36-async_generator on openSuSE Tumbleweed:

$ sudo zypper remove python36-async_generator

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

Information for package python36-async_generator:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-async_generator
Version : 1.10-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 158,5 KiB
Installed : No
Status : not installed
Source package : python-async_generator-1.10-2.6.src
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.