How to Install and Uninstall python38-eventlet Package on openSuSE Tumbleweed
Last updated: November 22,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python38-eventlet" package
Please follow the instructions below to install python38-eventlet on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python38-eventlet
Copied
2. Uninstall "python38-eventlet" package
This tutorial shows how to uninstall python38-eventlet on openSuSE Tumbleweed:
$
sudo zypper remove
python38-eventlet
Copied
3. Information about the python38-eventlet package on openSuSE Tumbleweed
Information for package python38-eventlet:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-eventlet
Version : 0.32.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1,7 MiB
Installed : No
Status : not installed
Source package : python-eventlet-0.32.0-1.1.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.
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-eventlet
Version : 0.32.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1,7 MiB
Installed : No
Status : not installed
Source package : python-eventlet-0.32.0-1.1.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.