How to Install and Uninstall python39-requests.noarch Package on Oracle Linux 8

Last updated: June 30,2024

1. Install "python39-requests.noarch" package

This tutorial shows how to install python39-requests.noarch on Oracle Linux 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 Oracle Linux 8:

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

3. Information about the python39-requests.noarch package on Oracle Linux 8

Last metadata expiration check: 0:08:41 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python39-requests
Version : 2.25.0
Release : 2.module+el8.4.0+20109+b7b1db01
Architecture : noarch
Size : 129 k
Source : python-requests-2.25.0-2.module+el8.4.0+20109+b7b1db01.src.rpm
Repository : ol8_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.