How to Install and Uninstall python3-geventhttpclient Package on openSUSE Leap

Last updated: May 04,2024

1. Install "python3-geventhttpclient" package

In this section, we are going to explain the necessary steps to install python3-geventhttpclient on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-geventhttpclient

2. Uninstall "python3-geventhttpclient" package

This guide let you learn how to uninstall python3-geventhttpclient on openSUSE Leap:

$ sudo zypper remove python3-geventhttpclient

3. Information about the python3-geventhttpclient package on openSUSE Leap

Information for package python3-geventhttpclient:
-------------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-geventhttpclient
Version : 1.4.5-150400.5.69
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 227.3 KiB
Installed : No
Status : not installed
Source package : python3-geventhttpclient-1.4.5-150400.5.69.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.