How to Install and Uninstall python2-greenlet Package on openSUSE Leap

Last updated: October 06,2024

1. Install "python2-greenlet" package

This guide let you learn how to install python2-greenlet on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-greenlet

2. Uninstall "python2-greenlet" package

Please follow the guidance below to uninstall python2-greenlet on openSUSE Leap:

$ sudo zypper remove python2-greenlet

3. Information about the python2-greenlet package on openSUSE Leap

Information for package python2-greenlet:
-----------------------------------------
Repository : Main Repository
Name : python2-greenlet
Version : 0.4.13-2.25
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 620,0 KiB
Installed : No
Status : not installed
Source package : python-greenlet-0.4.13-2.25.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".

5. The same packages on other Linux Distributions