How to Install and Uninstall python39-requests.noarch Package on CentOS Stream 8

Last updated: May 19,2024

1. Install "python39-requests.noarch" package

Please follow the instructions below to install python39-requests.noarch on CentOS Stream 8

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

2. Uninstall "python39-requests.noarch" package

Please follow the guidelines below to uninstall python39-requests.noarch on CentOS Stream 8:

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

3. Information about the python39-requests.noarch package on CentOS Stream 8

Last metadata expiration check: 5:22:34 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python39-requests
Version : 2.25.0
Release : 3.module_el8+639+3fcd10de
Architecture : noarch
Size : 140 k
Source : python-requests-2.25.0-3.module_el8+639+3fcd10de.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.