How to Install and Uninstall python2-pip.noarch Package on Amazon Linux 2

Last updated: January 12,2025

1. Install "python2-pip.noarch" package

Please follow the guidelines below to install python2-pip.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python2-pip.noarch

2. Uninstall "python2-pip.noarch" package

Please follow the instructions below to uninstall python2-pip.noarch on Amazon Linux 2:

$ sudo yum remove python2-pip.noarch $ sudo yum autoremove

3. Information about the python2-pip.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python2-pip
Arch : noarch
Version : 20.2.2
Release : 1.amzn2.0.3
Size : 2.0 M
Repo : amzn2-core/2/x86_64
Summary : A tool for installing and managing Python 2 packages
URL : https://pip.pypa.io/
License : MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0
: and (ASL 2.0 or BSD)
Description : pip is a package management system used to install and manage
: software packages written in Python. Many packages can be found in
: the Python Package Index (PyPI). pip is a recursive acronym that
: can stand for either "Pip Installs Packages" or "Pip Installs
: Python".