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

Last updated: October 10,2024

1. Install "python3-requests.noarch" package

This is a short guide on how to install python3-requests.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-requests.noarch" package

Please follow the instructions below to uninstall python3-requests.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 1:42:17 ago on Mon Feb 26 15:59:38 2024.
Installed Packages
Name : python3-requests
Version : 2.20.0
Release : 3.el8_8
Architecture : noarch
Size : 369 k
Source : python-requests-2.20.0-3.el8_8.src.rpm
Repository : @System
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.