How to Install and Uninstall python2-requests.noarch Package on Oracle Linux 8
Last updated: November 26,2024
1. Install "python2-requests.noarch" package
This tutorial shows how to install python2-requests.noarch on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python2-requests.noarch
Copied
2. Uninstall "python2-requests.noarch" package
Please follow the guidelines below to uninstall python2-requests.noarch on Oracle Linux 8:
$
sudo dnf remove
python2-requests.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python2-requests.noarch package on Oracle Linux 8
Last metadata expiration check: 3:11:58 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python2-requests
Version : 2.20.0
Release : 3.module+el8.3.0+7833+4aaf98ce
Architecture : noarch
Size : 124 k
Source : python-requests-2.20.0-3.module+el8.3.0+7833+4aaf98ce.src.rpm
Repository : ol8_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.
Available Packages
Name : python2-requests
Version : 2.20.0
Release : 3.module+el8.3.0+7833+4aaf98ce
Architecture : noarch
Size : 124 k
Source : python-requests-2.20.0-3.module+el8.3.0+7833+4aaf98ce.src.rpm
Repository : ol8_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.