How to Install and Uninstall python3.11-requests.noarch Package on CentOS Stream 9

Last updated: September 28,2024

1. Install "python3.11-requests.noarch" package

Here is a brief guide to show you how to install python3.11-requests.noarch on CentOS Stream 9

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

2. Uninstall "python3.11-requests.noarch" package

Please follow the step by step instructions below to uninstall python3.11-requests.noarch on CentOS Stream 9:

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

3. Information about the python3.11-requests.noarch package on CentOS Stream 9

Last metadata expiration check: 3:14:37 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3.11-requests
Version : 2.28.1
Release : 1.el9
Architecture : noarch
Size : 155 k
Source : python3.11-requests-2.28.1-1.el9.src.rpm
Repository : appstream
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.