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

Last updated: May 03,2024

1. Install "python3-setuptools.noarch" package

In this section, we are going to explain the necessary steps to install python3-setuptools.noarch on Amazon Linux 2

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

2. Uninstall "python3-setuptools.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-setuptools.noarch on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : python3-setuptools
Arch : noarch
Version : 49.1.3
Release : 1.amzn2.0.2
Size : 1.1 M
Repo : amzn2-core/2/x86_64
Summary : Easily build and distribute Python 3 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 3
: distutils that allow you to more easily build and distribute
: Python 3 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.