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

Last updated: October 06,2024

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

In this section, we are going to explain the necessary steps to install python3.12-urllib3.noarch on CentOS Stream 8

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

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

Please follow the step by step instructions below to uninstall python3.12-urllib3.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 3:27:50 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3.12-urllib3
Version : 1.26.18
Release : 2.el8
Architecture : noarch
Size : 290 k
Source : python3.12-urllib3-1.26.18-2.el8.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.}