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

Last updated: July 01,2024

1. Install "python311-geventhttpclient" package

This guide covers the steps necessary to install python311-geventhttpclient on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-geventhttpclient

2. Uninstall "python311-geventhttpclient" package

This guide let you learn how to uninstall python311-geventhttpclient on openSuSE Tumbleweed:

$ sudo zypper remove python311-geventhttpclient

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

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