How to Install and Uninstall python3-requests.noarch Package on CentOS 8 / RHEL 8

Last updated: November 02,2024

1. Install "python3-requests.noarch" package

Learn how to install python3-requests.noarch on CentOS 8 / RHEL 8

$ 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 CentOS 8 / RHEL 8:

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

3. Information about the python3-requests.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:04:06 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-requests
Version : 2.20.0
Release : 2.1.el8_1
Architecture : noarch
Size : 123 k
Source : python-requests-2.20.0-2.1.el8_1.src.rpm
Repository : baseos
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.