How to Install and Uninstall python36-requests.noarch Package on CentOS 7 / RHEL 7
Last updated: January 15,2025
1. Install "python36-requests.noarch" package
This tutorial shows how to install python36-requests.noarch on CentOS 7 / RHEL 7
$
sudo yum makecache
Copied
$
sudo yum install
python36-requests.noarch
Copied
2. Uninstall "python36-requests.noarch" package
Please follow the instructions below to uninstall python36-requests.noarch on CentOS 7 / RHEL 7:
$
sudo yum remove
python36-requests.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the python36-requests.noarch package on CentOS 7 / RHEL 7
Installed Packages
Name : python36-requests
Arch : noarch
Version : 2.14.2
Release : 2.el7
Size : 533 k
Repo : installed
From repo : epel
Summary : HTTP library, written in Python, for human beings
URL : https://requests.kennethreitz.org/
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.
Name : python36-requests
Arch : noarch
Version : 2.14.2
Release : 2.el7
Size : 533 k
Repo : installed
From repo : epel
Summary : HTTP library, written in Python, for human beings
URL : https://requests.kennethreitz.org/
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.