How to Install and Uninstall python3-greenlet Package on openSUSE Leap
Last updated: November 26,2024
1. Install "python3-greenlet" package
This tutorial shows how to install python3-greenlet on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python3-greenlet
Copied
2. Uninstall "python3-greenlet" package
In this section, we are going to explain the necessary steps to uninstall python3-greenlet on openSUSE Leap:
$
sudo zypper remove
python3-greenlet
Copied
3. Information about the python3-greenlet package on openSUSE Leap
Information for package python3-greenlet:
-----------------------------------------
Repository : Main Repository
Name : python3-greenlet
Version : 0.4.13-2.25
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 620.2 KiB
Installed : No
Status : not installed
Source package : python-greenlet-0.4.13-2.25.src
Upstream URL : http://pypi.python.org/pypi/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 : Main Repository
Name : python3-greenlet
Version : 0.4.13-2.25
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 620.2 KiB
Installed : No
Status : not installed
Source package : python-greenlet-0.4.13-2.25.src
Upstream URL : http://pypi.python.org/pypi/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".