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

Last updated: May 18,2024

1. Install "python3-httpcore" package

Please follow the instructions below to install python3-httpcore on Kali Linux

$ sudo apt update $ sudo apt install python3-httpcore

2. Uninstall "python3-httpcore" package

Learn how to uninstall python3-httpcore on Kali Linux:

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

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

Package: python3-httpcore
Source: httpcore
Version: 1.0.2-2
Installed-Size: 316
Maintainer: Sandro Tosi
Architecture: all
Depends: python3-h11 (>= 0.11), python3-certifi, python3:any
Size: 43844
SHA256: 6b89f9f2c205245cdb0e3acc277a8a3a75d8266b3d6074d00f8ff9d058c13acd
SHA1: fa6ccf458fe758c1daac42d7cb57dbba2814db90
MD5sum: 1969a58c9f0f276f1a1c39df12e37045
Description: minimal low-level HTTP client
The HTTP Core package provides a minimal low-level HTTP client, which does one
thing only. Sending HTTP requests.
.
It does not provide any high level model abstractions over the API, does not
handle redirects, multipart uploads, building authentication headers,
transparent HTTP caching, URL parsing, session cookie handling, content or
charset decoding, handling JSON, environment based configuration defaults, or
any of that Jazz.
.
Some things HTTP Core does do:
.
* Sending HTTP requests.
* Provides both sync and async interfaces.
* Supports HTTP/1.1 and HTTP/2.
* Async backend support for asyncio and trio.
* Automatic connection pooling.
* HTTP(S) proxy support.
Description-md5:
Homepage: https://github.com/encode/httpcore
Section: python
Priority: optional
Filename: pool/main/h/httpcore/python3-httpcore_1.0.2-2_all.deb