How to Install and Uninstall python311-gevent Package on openSUSE Leap

Last updated: June 14,2024

1. Install "python311-gevent" package

This guide let you learn how to install python311-gevent on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python311-gevent

2. Uninstall "python311-gevent" package

Please follow the guidance below to uninstall python311-gevent on openSUSE Leap:

$ sudo zypper remove python311-gevent

3. Information about the python311-gevent package on openSUSE Leap

Information for package python311-gevent:
-----------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-gevent
Version : 23.9.0-150400.13.6.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 8.9 MiB
Installed : No
Status : not installed
Source package : python-gevent-23.9.0-150400.13.6.1.src
Upstream URL : https://www.gevent.org/
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.

5. The same packages on other Linux Distributions