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

Last updated: May 20,2024

1. Install "python312-greenlet" package

In this section, we are going to explain the necessary steps to install python312-greenlet on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-greenlet

2. Uninstall "python312-greenlet" package

Please follow the steps below to uninstall python312-greenlet on openSuSE Tumbleweed:

$ sudo zypper remove python312-greenlet

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

Information for package python312-greenlet:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-greenlet
Version : 3.0.3-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 965.3 KiB
Installed : No
Status : not installed
Source package : python-greenlet-3.0.3-1.2.src
Upstream URL : https://github.com/python-greenlet/greenlet
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".