How to Install and Uninstall python312-eventlet Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python312-eventlet" package

In this section, we are going to explain the necessary steps to install python312-eventlet on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-eventlet

2. Uninstall "python312-eventlet" package

In this section, we are going to explain the necessary steps to uninstall python312-eventlet on openSuSE Tumbleweed:

$ sudo zypper remove python312-eventlet

3. Information about the python312-eventlet package on openSuSE Tumbleweed

Information for package python312-eventlet:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-eventlet
Version : 0.34.3-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 2.1 MiB
Installed : No
Status : not installed
Source package : python-eventlet-0.34.3-1.2.src
Upstream URL : https://eventlet.net
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.