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

Last updated: September 20,2024

1. Install "python3-urllib3" package

Here is a brief guide to show you how to install python3-urllib3 on Kali Linux

$ sudo apt update $ sudo apt install python3-urllib3

2. Uninstall "python3-urllib3" package

This guide covers the steps necessary to uninstall python3-urllib3 on Kali Linux:

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

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

Package: python3-urllib3
Source: python-urllib3
Version: 1.26.18-2
Installed-Size: 462
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, python3-six
Recommends: ca-certificates
Suggests: python3-brotli, python3-cryptography, python3-idna, python3-openssl, python3-socks
Size: 116016
SHA256: 4b409522e34475a2f58ebc5a2d45e04213766978ddd7c23b4bc9f7f8aa9b90d1
SHA1: 035c7251d70b6f85217c6e8a8ac00c52df48f0a7
MD5sum: f26c70cb7dfefc6e7afef0a8e7ab585e
Description: HTTP library with thread-safe connection pooling for Python3
urllib3 supports features left out of urllib and urllib2 libraries.
.
- Re-use the same socket connection for multiple requests (HTTPConnectionPool
and HTTPSConnectionPool) (with optional client-side certificate
verification).
- File posting (encode_multipart_formdata).
- Built-in redirection and retries (optional).
- Supports gzip and deflate decoding.
- Thread-safe and sanity-safe.
- Small and easy to understand codebase perfect for extending and
building upon.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://urllib3.readthedocs.org
Section: python
Priority: optional
Filename: pool/main/p/python-urllib3/python3-urllib3_1.26.18-2_all.deb