How to Install and Uninstall python38-requests.noarch Package on AlmaLinux 8

Last updated: January 17,2025

1. Install "python38-requests.noarch" package

This is a short guide on how to install python38-requests.noarch on AlmaLinux 8

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

2. Uninstall "python38-requests.noarch" package

Here is a brief guide to show you how to uninstall python38-requests.noarch on AlmaLinux 8:

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

3. Information about the python38-requests.noarch package on AlmaLinux 8

Last metadata expiration check: 1:35:15 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python38-requests
Version : 2.22.0
Release : 9.module_el8.6.0+2778+cd494b30
Architecture : noarch
Size : 123 k
Source : python-requests-2.22.0-9.module_el8.6.0+2778+cd494b30.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.