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

Last updated: November 29,2024

1. Install "python3-requests.noarch" package

Here is a brief guide to show you how to install python3-requests.noarch on Amazon Linux 2

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

2. Uninstall "python3-requests.noarch" package

Please follow the step by step instructions below to uninstall python3-requests.noarch on Amazon Linux 2:

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

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

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