How to Install and Uninstall python39-greenlet Package on openSuSE Tumbleweed
Last updated: November 27,2024
1. Install "python39-greenlet" package
Please follow the steps below to install python39-greenlet on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python39-greenlet
Copied
2. Uninstall "python39-greenlet" package
This is a short guide on how to uninstall python39-greenlet on openSuSE Tumbleweed:
$
sudo zypper remove
python39-greenlet
Copied
3. Information about the python39-greenlet package on openSuSE Tumbleweed
Information for package python39-greenlet:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-greenlet
Version : 3.0.3-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 840.2 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".
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-greenlet
Version : 3.0.3-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 840.2 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".