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

Last updated: July 07,2024

1. Install "python312-geventhttpclient" package

Please follow the steps below to install python312-geventhttpclient on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-geventhttpclient

2. Uninstall "python312-geventhttpclient" package

This guide covers the steps necessary to uninstall python312-geventhttpclient on openSuSE Tumbleweed:

$ sudo zypper remove python312-geventhttpclient

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

Information for package python312-geventhttpclient:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-geventhttpclient
Version : 2.0.11-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 240.0 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.