How to Install and Uninstall python3.12-requests.noarch Package on CentOS Stream 8
Last updated: February 02,2025
1. Install "python3.12-requests.noarch" package
This guide covers the steps necessary to install python3.12-requests.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
python3.12-requests.noarch
Copied
2. Uninstall "python3.12-requests.noarch" package
Learn how to uninstall python3.12-requests.noarch on CentOS Stream 8:
$
sudo dnf remove
python3.12-requests.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3.12-requests.noarch package on CentOS Stream 8
Last metadata expiration check: 6:34:50 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3.12-requests
Version : 2.28.2
Release : 2.el8
Architecture : noarch
Size : 156 k
Source : python3.12-requests-2.28.2-2.el8.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.
Available Packages
Name : python3.12-requests
Version : 2.28.2
Release : 2.el8
Architecture : noarch
Size : 156 k
Source : python3.12-requests-2.28.2-2.el8.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.