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

Last updated: June 29,2024

1. Install "python36-geventhttpclient" package

In this section, we are going to explain the necessary steps to install python36-geventhttpclient on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-geventhttpclient

2. Uninstall "python36-geventhttpclient" package

This tutorial shows how to uninstall python36-geventhttpclient on openSuSE Tumbleweed:

$ sudo zypper remove python36-geventhttpclient

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

Information for package python36-geventhttpclient:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-geventhttpclient
Version : 1.4.5-1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 231,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.