How to Install and Uninstall python-urllib3.src Package on Oracle Linux 9

Last updated: June 02,2024

1. Install "python-urllib3.src" package

Here is a brief guide to show you how to install python-urllib3.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-urllib3.src

2. Uninstall "python-urllib3.src" package

Here is a brief guide to show you how to uninstall python-urllib3.src on Oracle Linux 9:

$ sudo dnf remove python-urllib3.src $ sudo dnf autoremove

3. Information about the python-urllib3.src package on Oracle Linux 9

Last metadata expiration check: 1:28:32 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-urllib3
Version : 1.26.5
Release : 3.0.1.el9_3.1
Architecture : src
Size : 281 k
Source : None
Repository : ol9_baseos_latest
Summary : Python HTTP library with thread-safe connection pooling and file post
URL : https://github.com/urllib3/urllib3
License : MIT
Description : Python HTTP module with connection pooling and file POST abilities.