How to Install and Uninstall python310-geventhttpclient Package on openSuSE Tumbleweed

Last updated: September 29,2024

1. Install "python310-geventhttpclient" package

Please follow the guidelines below to install python310-geventhttpclient on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-geventhttpclient

2. Uninstall "python310-geventhttpclient" package

Please follow the instructions below to uninstall python310-geventhttpclient on openSuSE Tumbleweed:

$ sudo zypper remove python310-geventhttpclient

3. Information about the python310-geventhttpclient package on openSuSE Tumbleweed

Information for package python310-geventhttpclient:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-geventhttpclient
Version : 2.0.11-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 200.1 KiB
Installed : No
Status : not installed
Source package : python-geventhttpclient-2.0.11-1.2.src
Upstream URL : https://github.com/gwik/geventhttpclient
Summary : HTTP client library for gevent
Description :
A concurrent HTTP client library for Python using gevent.
geventhttpclient uses a HTTP parser, written in C, originating from
nginx, extracted and modified by Joyent.
geventhttpclient has been designed for high concurrency and
streaming, and supports HTTP/1.1 persistent connections. More
generally, it is designed for pulling from REST APIs and streaming
APIs like Twitter's.