How to Install and Uninstall python38-gevent Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python38-gevent" package

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

$ sudo zypper refresh $ sudo zypper install python38-gevent

2. Uninstall "python38-gevent" package

This guide let you learn how to uninstall python38-gevent on openSuSE Tumbleweed:

$ sudo zypper remove python38-gevent

3. Information about the python38-gevent package on openSuSE Tumbleweed

Information for package python38-gevent:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-gevent
Version : 21.1.2-3.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 7,8 MiB
Installed : No
Status : not installed
Source package : python-gevent-21.1.2-3.2.src
Summary : Python network library that uses greenlet and libevent
Description :
Gevent is a Python networking library that uses greenlet to provide synchronous
API on top of a libevent event loop. Features include:
* Fast event loop based on libevent.
* Lightweight execution units based on greenlet.
* Familiar API that re-uses concepts from the Python standard library.
* Cooperative sockets with ssl support.
* DNS queries performed through libevent-dns.
* Ability to use standard library and 3rd party modules written for standard
blocking sockets
* Fast WSGI server based on libevent-http.
gevent is inspired by eventlet but features more consistent API, simpler
implementation and better performance. Read why others use gevent and check
out the list of the open source projects based on gevent.