How to Install and Uninstall python3-setuptools.noarch Package on CentOS 7 / RHEL 7

Last updated: May 04,2024

1. Install "python3-setuptools.noarch" package

Please follow the guidance below to install python3-setuptools.noarch on CentOS 7 / RHEL 7

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

2. Uninstall "python3-setuptools.noarch" package

Please follow the steps below to uninstall python3-setuptools.noarch on CentOS 7 / RHEL 7:

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

3. Information about the python3-setuptools.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : python3-setuptools
Arch : noarch
Version : 39.2.0
Release : 10.el7
Size : 3.6 M
Repo : installed
From repo : base
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.py.