How to Install and Uninstall python3-requests.noarch Package on Oracle Linux 9
Last updated: January 04,2025
1. Install "python3-requests.noarch" package
In this section, we are going to explain the necessary steps to install python3-requests.noarch on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-requests.noarch
Copied
2. Uninstall "python3-requests.noarch" package
Please follow the guidance below to uninstall python3-requests.noarch on Oracle Linux 9:
$
sudo dnf remove
python3-requests.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-requests.noarch package on Oracle Linux 9
Last metadata expiration check: 0:58:20 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-requests
Version : 2.25.1
Release : 7.el9_2
Architecture : noarch
Size : 176 k
Source : python-requests-2.25.1-7.el9_2.src.rpm
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.
Available Packages
Name : python3-requests
Version : 2.25.1
Release : 7.el9_2
Architecture : noarch
Size : 176 k
Source : python-requests-2.25.1-7.el9_2.src.rpm
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.