How to Install and Uninstall python311-greenlet Package on openSUSE Leap
Last updated: November 23,2024
1. Install "python311-greenlet" package
Learn how to install python311-greenlet on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-greenlet
Copied
2. Uninstall "python311-greenlet" package
Please follow the guidance below to uninstall python311-greenlet on openSUSE Leap:
$
sudo zypper remove
python311-greenlet
Copied
3. Information about the python311-greenlet package on openSUSE Leap
Information for package python311-greenlet:
-------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-greenlet
Version : 2.0.2-150400.12.3.13
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.7 MiB
Installed : No
Status : not installed
Source package : python-greenlet-2.0.2-150400.12.3.13.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 : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-greenlet
Version : 2.0.2-150400.12.3.13
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.7 MiB
Installed : No
Status : not installed
Source package : python-greenlet-2.0.2-150400.12.3.13.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".