How to Install and Uninstall python-requests.noarch Package on Amazon Linux 2

Last updated: May 18,2024

1. Install "python-requests.noarch" package

This guide covers the steps necessary to install python-requests.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-requests.noarch

2. Uninstall "python-requests.noarch" package

Please follow the guidance below to uninstall python-requests.noarch on Amazon Linux 2:

$ sudo yum remove python-requests.noarch $ sudo yum autoremove

3. Information about the python-requests.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-requests
Arch : noarch
Version : 2.6.0
Release : 7.amzn2
Size : 95 k
Repo : amzn2-core/2/x86_64
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.