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

Last updated: May 17,2024

1. Install "python2-setuptools.noarch" package

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

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

2. Uninstall "python2-setuptools.noarch" package

Please follow the steps below to uninstall python2-setuptools.noarch on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : python2-setuptools
Arch : noarch
Version : 41.2.0
Release : 4.amzn2.0.2
Size : 657 k
Repo : amzn2-core/2/x86_64
Summary : Easily build and distribute Python packages
URL : https://pypi.python.org/pypi/setuptools
License : MIT and (BSD or ASL 2.0)
Description : Setuptools is a collection of enhancements to the Python distutils
: that allow you to more easily build and distribute Python
: packages, especially ones that have dependencies on other
: packages.
:
: This package also contains the runtime components of setuptools,
: necessary to execute the software that requires pkg_resources.py.