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

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 9 (RHEL 9)

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

2. Uninstall "python3-requests.noarch" package

This tutorial shows how to uninstall python3-requests.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 2:09:37 ago on Mon Feb 26 07:04:30 2024.
Installed Packages
Name : python3-requests
Version : 2.25.1
Release : 7.el9_2
Architecture : noarch
Size : 390 k
Source : python-requests-2.25.1-7.el9_2.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.