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