How to Install and Uninstall python2-requests.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python2-requests.noarch" package

Please follow the instructions below to install python2-requests.noarch on Rocky Linux 8

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

2. Uninstall "python2-requests.noarch" package

Please follow the step by step instructions below to uninstall python2-requests.noarch on Rocky Linux 8:

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

3. Information about the python2-requests.noarch package on Rocky Linux 8

Last metadata expiration check: 0:14:21 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python2-requests
Version : 2.20.0
Release : 3.module+el8.5.0+706+735ec4b3
Architecture : noarch
Size : 123 k
Source : python-requests-2.20.0-3.module+el8.5.0+706+735ec4b3.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.