How to Install and Uninstall python3.12-urllib3.noarch Package on CentOS Stream 9

Last updated: September 29,2024

1. Install "python3.12-urllib3.noarch" package

Please follow the instructions below to install python3.12-urllib3.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3.12-urllib3.noarch

2. Uninstall "python3.12-urllib3.noarch" package

This is a short guide on how to uninstall python3.12-urllib3.noarch on CentOS Stream 9:

$ sudo dnf remove python3.12-urllib3.noarch $ sudo dnf autoremove

3. Information about the python3.12-urllib3.noarch package on CentOS Stream 9

Last metadata expiration check: 0:24:33 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3.12-urllib3
Version : 1.26.18
Release : 2.el9
Architecture : noarch
Size : 281 k
Source : python3.12-urllib3-1.26.18-2.el9.src.rpm
Repository : appstream
Summary : HTTP library with thread-safe connection pooling, file post, and more
URL : https://github.com/urllib3/urllib3
License : MIT
Description : urllib3 is a powerful, user-friendly HTTP client for Python. urllib3 brings
: many critical features that are missing from the Python standard libraries:
:
: • Thread safety.
: • Connection pooling.
: • Client-side SSL/TLS verification.
: • File uploads with multipart encoding.
: • Helpers for retrying requests and dealing with HTTP redirects.
: • Support for gzip, deflate, brotli, and zstd encoding.
: • Proxy support for HTTP and SOCKS.
: • 100% test coverage.}