How to Install and Uninstall python36-greenlet Package on openSuSE Tumbleweed
Last updated: February 17,2025
Deprecated! Installation of this package may no longer be supported.
1. Install "python36-greenlet" package
This guide let you learn how to install python36-greenlet on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python36-greenlet
Copied
2. Uninstall "python36-greenlet" package
Please follow the steps below to uninstall python36-greenlet on openSuSE Tumbleweed:
$
sudo zypper remove
python36-greenlet
Copied
3. Information about the python36-greenlet package on openSuSE Tumbleweed
Information for package python36-greenlet:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-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".
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-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".