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

Last updated: May 05,2024

1. Install "python-setuptools.noarch" package

This guide let you learn how to install python-setuptools.noarch on CentOS 7 / RHEL 7

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

2. Uninstall "python-setuptools.noarch" package

In this section, we are going to explain the necessary steps to uninstall python-setuptools.noarch on CentOS 7 / RHEL 7:

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

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

Installed Packages
Name : python-setuptools
Arch : noarch
Version : 0.9.8
Release : 7.el7
Size : 1.9 M
Repo : installed
From repo : base
Summary : Easily build and distribute Python packages
URL : http://pypi.python.org/pypi/setuptools
License : Python or ZPLv2.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 contains the runtime components of setuptools,
: necessary to execute the software that requires pkg_resources.py.
:
: This package contains the distribute fork of setuptools.