How to Install and Uninstall python3-geventhttpclient Package on Kali Linux

Last updated: May 03,2024

1. Install "python3-geventhttpclient" package

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

$ sudo apt update $ sudo apt install python3-geventhttpclient

2. Uninstall "python3-geventhttpclient" package

This is a short guide on how to uninstall python3-geventhttpclient on Kali Linux:

$ sudo apt remove python3-geventhttpclient $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-geventhttpclient package on Kali Linux

Package: python3-geventhttpclient
Source: geventhttpclient
Version: 2.0.11-1
Installed-Size: 229
Maintainer: Sandro Tosi
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-brotli, python3-certifi, python3-gevent, python3-six, python3:any, libc6 (>= 2.4)
Size: 41740
SHA256: 2765ec8443a04cea41ac22ae430c7ef761ed4d6f4ec5770a2226c50b26d675ea
SHA1: ff69a279cade399168eac810c3ffa382a4d8bf14
MD5sum: aa972750164a02c2f432c33841c323bf
Description: high performance, concurrent HTTP client library for Python using gevent
geventhttpclient uses a fast http parser, written in C, originating from
nginx, extracted and modified by Joyent.
.
geventhttpclient has been specifically designed for high concurrency,
streaming and support HTTP 1.1 persistent connections. More generally it is
designed for efficiently pulling from REST APIs and streaming APIs
like Twitter's.
.
Safe SSL support is provided by default. geventhttpclient depends on
the certifi CA Bundle. This is the same CA Bundle which ships with the
Requests codebase, and is derived from Mozilla Firefox's canonical set.
Description-md5:
Homepage: https://github.com/gwik/geventhttpclient
Section: python
Priority: optional
Filename: pool/main/g/geventhttpclient/python3-geventhttpclient_2.0.11-1_amd64.deb