How to Install and Uninstall python3-httpx Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 05,2024

1. Install "python3-httpx" package

Please follow the steps below to install python3-httpx on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-httpx

2. Uninstall "python3-httpx" package

Please follow the step by step instructions below to uninstall python3-httpx on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-httpx package on Ubuntu 21.10 (Impish Indri)

Package: python3-httpx
Architecture: all
Version: 0.16.1-1
Priority: optional
Section: universe/python
Source: httpx
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 284
Depends: python3-certifi, python3-httpcore, python3-rfc3986 (>= 1.3.0), python3-sniffio, python3:any
Filename: pool/universe/h/httpx/python3-httpx_0.16.1-1_all.deb
Size: 54804
MD5sum: 6f9d79a7a29b85c1b26bb1ff7440866d
SHA1: 865a3cf58d170c8778ded2fc04e828880bb1ca59
SHA256: 6295c2711f172543488c197e68cc73dff4dac8f47bf61edeca501d6b925ef190
SHA512: ae8aaf34d5e06d7eea3c5268e980b80427072775b9ac74f91d352dd7775692720decc817ac6312c3491290e72c0933d58c06c7ed9e10271589d6e3144fb967f1
Homepage: https://www.python-httpx.org/
Description-en: next generation HTTP client
HTTPX is a fully featured HTTP client for Python 3, which provides sync and
async APIs, and support for both HTTP/1.1 and HTTP/2.
.
HTTPX is a high performance asynchronous HTTP client, that builds on the
well-established usability of requests, and gives you:
.
* A broadly requests-compatible API.
* Standard synchronous interface, but with async support if you need it.
* HTTP/1.1 and HTTP/2 support.
* Ability to make requests directly to WSGI applications or ASGI applications.
* Strict timeouts everywhere.
* Fully type annotated.
* 99% test coverage.
.
Plus all the standard features of requests:
.
* International Domains and URLs
* Keep-Alive & Connection Pooling
* Sessions with Cookie Persistence
* Browser-style SSL Verification
* Basic/Digest Authentication
* Elegant Key/Value Cookies
* Automatic Decompression
* Automatic Content Decoding
* Unicode Response Bodies
* Multipart File Uploads
* HTTP(S) Proxy Support
* Connection Timeouts
* Streaming Downloads
* .netrc Support
* Chunked Requests
Description-md5: 6762dc17c5db1f355a304667af11f924