How to Install and Uninstall python38-requests.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: June 03,2024

1. Install "python38-requests.noarch" package

This guide covers the steps necessary to install python38-requests.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python38-requests.noarch

2. Uninstall "python38-requests.noarch" package

This guide covers the steps necessary to uninstall python38-requests.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python38-requests.noarch $ sudo dnf autoremove

3. Information about the python38-requests.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:09:46 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python38-requests
Version : 2.22.0
Release : 10.module+el8.9.0+19598+4a60c7b7
Architecture : noarch
Size : 125 k
Source : python-requests-2.22.0-10.module+el8.9.0+19598+4a60c7b7.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.