How To Install python3-requests.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install python3-requests.noarch on Amazon Linux 2.
What is python3-requests.noarch
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.
We can use yum to install python3-requests.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install python3-requests.noarch.
Install python3-requests.noarch on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python3-requests.noarch using yum by running the following command:
sudo yum -y install python3-requests.noarch
How To Uninstall python3-requests.noarch on Amazon Linux 2
To uninstall only the python3-requests.noarch package we can use the following command:
sudo yum remove python3-requests.noarch
python3-requests.noarch Package Contents on Amazon Linux 2
/usr/lib/python3.7/site-packages/requests
/usr/lib/python3.7/site-packages/requests-2.14.2-py3.7.egg-info
/usr/lib/python3.7/site-packages/requests-2.14.2-py3.7.egg-info/PKG-INFO
/usr/lib/python3.7/site-packages/requests-2.14.2-py3.7.egg-info/SOURCES.txt
/usr/lib/python3.7/site-packages/requests-2.14.2-py3.7.egg-info/dependency_links.txt
/usr/lib/python3.7/site-packages/requests-2.14.2-py3.7.egg-info/not-zip-safe
/usr/lib/python3.7/site-packages/requests-2.14.2-py3.7.egg-info/requires.txt
/usr/lib/python3.7/site-packages/requests-2.14.2-py3.7.egg-info/top_level.txt
/usr/lib/python3.7/site-packages/requests/__init__.py
/usr/lib/python3.7/site-packages/requests/__pycache__
/usr/lib/python3.7/site-packages/requests/__pycache__/__init__.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/__init__.cpython-37.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/_internal_utils.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/_internal_utils.cpython-37.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/adapters.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/adapters.cpython-37.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/api.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/api.cpython-37.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/auth.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/auth.cpython-37.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/certs.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/certs.cpython-37.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/compat.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/compat.cpython-37.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/cookies.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/cookies.cpython-37.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/exceptions.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/exceptions.cpython-37.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/hooks.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/hooks.cpython-37.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/models.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/models.cpython-37.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/sessions.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/sessions.cpython-37.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/status_codes.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/status_codes.cpython-37.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/structures.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/structures.cpython-37.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/utils.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/requests/__pycache__/utils.cpython-37.pyc
/usr/lib/python3.7/site-packages/requests/_internal_utils.py
/usr/lib/python3.7/site-packages/requests/adapters.py
/usr/lib/python3.7/site-packages/requests/api.py
/usr/lib/python3.7/site-packages/requests/auth.py
/usr/lib/python3.7/site-packages/requests/certs.py
/usr/lib/python3.7/site-packages/requests/compat.py
/usr/lib/python3.7/site-packages/requests/cookies.py
/usr/lib/python3.7/site-packages/requests/exceptions.py
/usr/lib/python3.7/site-packages/requests/hooks.py
/usr/lib/python3.7/site-packages/requests/models.py
/usr/lib/python3.7/site-packages/requests/packages
/usr/lib/python3.7/site-packages/requests/packages/__init__.py
/usr/lib/python3.7/site-packages/requests/packages/__pycache__
/usr/lib/python3.7/site-packages/requests/packages/__pycache__/__init__.cpython-37.opt-1.pyc
/usr/lib/python3.7/site-packages/requests/packages/__pycache__/__init__.cpython-37.pyc
/usr/lib/python3.7/site-packages/requests/packages/chardet
/usr/lib/python3.7/site-packages/requests/packages/idna
/usr/lib/python3.7/site-packages/requests/packages/urllib3
/usr/lib/python3.7/site-packages/requests/sessions.py
/usr/lib/python3.7/site-packages/requests/status_codes.py
/usr/lib/python3.7/site-packages/requests/structures.py
/usr/lib/python3.7/site-packages/requests/utils.py
/usr/share/doc/python3-requests-2.14.2
/usr/share/doc/python3-requests-2.14.2/HISTORY.rst
/usr/share/doc/python3-requests-2.14.2/NOTICE
/usr/share/doc/python3-requests-2.14.2/README.rst
/usr/share/licenses/python3-requests-2.14.2
/usr/share/licenses/python3-requests-2.14.2/LICENSE
References
Summary
In this tutorial we learn how to install python3-requests.noarch on Amazon Linux 2 using yum.