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

Last updated: October 08,2024

1. Install "python39-requests.noarch" package

This guide let you learn how to install python39-requests.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python39-requests.noarch" package

Learn how to uninstall python39-requests.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 1:33:00 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python39-requests
Version : 2.25.0
Release : 3.module+el8.9.0+19644+d68f775d
Architecture : noarch
Size : 129 k
Source : python-requests-2.25.0-3.module+el8.9.0+19644+d68f775d.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.