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

Last updated: June 30,2024

1. Install "python310-greenlet" package

Learn how to install python310-greenlet on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-greenlet

2. Uninstall "python310-greenlet" package

Please follow the guidelines below to uninstall python310-greenlet on openSuSE Tumbleweed:

$ sudo zypper remove python310-greenlet

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

Information for package python310-greenlet:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-greenlet
Version : 3.0.3-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 839.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".