How to Install and Uninstall python2-gevent Package on openSUSE Leap
Last updated: November 23,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-gevent" package
Please follow the guidance below to install python2-gevent on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-gevent
Copied
2. Uninstall "python2-gevent" package
Please follow the step by step instructions below to uninstall python2-gevent on openSUSE Leap:
$
sudo zypper remove
python2-gevent
Copied
3. Information about the python2-gevent package on openSUSE Leap
Information for package python2-gevent:
---------------------------------------
Repository : Main Repository
Name : python2-gevent
Version : 1.2.2-3.26
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 5,1 MiB
Installed : No
Status : not installed
Source package : python-gevent-1.2.2-3.26.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.
---------------------------------------
Repository : Main Repository
Name : python2-gevent
Version : 1.2.2-3.26
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 5,1 MiB
Installed : No
Status : not installed
Source package : python-gevent-1.2.2-3.26.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.