How to Install and Uninstall python38-greenlet Package on openSuSE Tumbleweed

Last updated: June 18,2024

1. Install "python38-greenlet" package

Learn how to install python38-greenlet on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-greenlet

2. Uninstall "python38-greenlet" package

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

$ sudo zypper remove python38-greenlet

3. Information about the python38-greenlet package on openSuSE Tumbleweed

Information for package python38-greenlet:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-greenlet
Version : 1.1.2-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1,2 MiB
Installed : No
Status : not installed
Source package : python-greenlet-1.1.2-1.1.src
Summary : Lightweight in-process concurrent programming
Description :
The greenlet package is a spin-off of Stackless, a version of CPython
that supports micro-threads called "tasklets". Tasklets run
pseudo-concurrently (typically in a single or a few OS-level threads)
and are synchronized with data exchanges on "channels".