How to Install and Uninstall python-requests.noarch Package on CentOS 7 / RHEL 7
Last updated: January 14,2025
1. Install "python-requests.noarch" package
Please follow the guidance below to install python-requests.noarch on CentOS 7 / RHEL 7
$
sudo yum makecache
Copied
$
sudo yum install
python-requests.noarch
Copied
2. Uninstall "python-requests.noarch" package
Please follow the instructions below to uninstall python-requests.noarch on CentOS 7 / RHEL 7:
$
sudo yum remove
python-requests.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the python-requests.noarch package on CentOS 7 / RHEL 7
Installed Packages
Name : python-requests
Arch : noarch
Version : 2.6.0
Release : 10.el7
Size : 341 k
Repo : installed
From repo : base
Summary : HTTP library, written in Python, for human beings
URL : http://pypi.python.org/pypi/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.
Name : python-requests
Arch : noarch
Version : 2.6.0
Release : 10.el7
Size : 341 k
Repo : installed
From repo : base
Summary : HTTP library, written in Python, for human beings
URL : http://pypi.python.org/pypi/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.