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

Last updated: November 26,2024

1. Install "python-requests.src" package

Please follow the guidelines below to install python-requests.src on Oracle Linux 9

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

2. Uninstall "python-requests.src" package

This guide covers the steps necessary to uninstall python-requests.src on Oracle Linux 9:

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

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

Last metadata expiration check: 3:04:54 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-requests
Version : 2.25.1
Release : 7.el9_2
Architecture : src
Size : 3.6 M
Source : None
Repository : ol9_appstream
Summary : HTTP library, written in Python, for human beings
URL : https://pypi.io/project/requests
License : ASL 2.0
Description : Most existing Python modules for sending HTTP requests are extremely verbose and
: cumbersome. Python’s built-in urllib2 module provides most of the HTTP
: capabilities you should need, but the API is thoroughly broken. This library is
: designed to make HTTP requests easy for developers.

Name : python-requests
Version : 2.25.1
Release : 7.el9_2
Architecture : src
Size : 3.6 M
Source : None
Repository : ol9_baseos_latest
Summary : HTTP library, written in Python, for human beings
URL : https://pypi.io/project/requests
License : ASL 2.0
Description : Most existing Python modules for sending HTTP requests are extremely verbose and
: cumbersome. Python’s built-in urllib2 module provides most of the HTTP
: capabilities you should need, but the API is thoroughly broken. This library is
: designed to make HTTP requests easy for developers.