How to Install and Uninstall python2-requests.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: February 08,2025
1. Install "python2-requests.noarch" package
This tutorial shows how to install python2-requests.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python2-requests.noarch
Copied
2. Uninstall "python2-requests.noarch" package
This guide covers the steps necessary to uninstall python2-requests.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python2-requests.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python2-requests.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:48:11 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python2-requests
Version : 2.20.0
Release : 4.module+el8.9.0+19487+7dc18407
Architecture : noarch
Size : 124 k
Source : python-requests-2.20.0-4.module+el8.9.0+19487+7dc18407.src.rpm
Repository : ubi-8-appstream-rpms
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 : 4.module+el8.9.0+19487+7dc18407
Architecture : noarch
Size : 124 k
Source : python-requests-2.20.0-4.module+el8.9.0+19487+7dc18407.src.rpm
Repository : ubi-8-appstream-rpms
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.