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

Last updated: May 15,2024

1. Install "python38-geventhttpclient" package

This is a short guide on how to install python38-geventhttpclient on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-geventhttpclient

2. Uninstall "python38-geventhttpclient" package

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

$ sudo zypper remove python38-geventhttpclient

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

Information for package python38-geventhttpclient:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-geventhttpclient
Version : 1.4.5-1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 232,2 KiB
Installed : No
Status : not installed
Source package : python-geventhttpclient-1.4.5-1.6.src
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.