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

Last updated: February 17,2025

1. Install "python2-eventlet" package

Please follow the instructions below to install python2-eventlet on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-eventlet

2. Uninstall "python2-eventlet" package

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

$ sudo zypper remove python2-eventlet

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

Information for package python2-eventlet:
-----------------------------------------
Repository : Main Repository
Name : python2-eventlet
Version : 0.26.1-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 1,5 MiB
Installed : No
Status : not installed
Source package : python-eventlet-0.26.1-bp153.1.16.src
Summary : Concurrent networking library for Python
Description :
Eventlet is a concurrent networking library for Python that allows
changing how code is run.
It uses epoll or libevent for scalable non-blocking I/O. Coroutines
ensure that the developer uses a blocking style of programming that is similar
to threading, but provide the benefits of non-blocking I/O. The event dispatch
is implicit, which means Eventlet can be used from the Python
interpreter, or as part of a larger application.