How to Install and Uninstall python3.11-requests.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 23,2024
1. Install "python3.11-requests.noarch" package
This tutorial shows how to install python3.11-requests.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python3.11-requests.noarch
Copied
2. Uninstall "python3.11-requests.noarch" package
Please follow the instructions below to uninstall python3.11-requests.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python3.11-requests.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3.11-requests.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:58:53 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3.11-requests
Version : 2.28.1
Release : 1.el8
Architecture : noarch
Size : 147 k
Source : python3.11-requests-2.28.1-1.el8.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 : python3.11-requests
Version : 2.28.1
Release : 1.el8
Architecture : noarch
Size : 147 k
Source : python3.11-requests-2.28.1-1.el8.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.