How to Install and Uninstall python38-setuptools.noarch Package on CentOS Stream 8

Last updated: May 06,2024

1. Install "python38-setuptools.noarch" package

Please follow the instructions below to install python38-setuptools.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python38-setuptools.noarch

2. Uninstall "python38-setuptools.noarch" package

This is a short guide on how to uninstall python38-setuptools.noarch on CentOS Stream 8:

$ sudo dnf remove python38-setuptools.noarch $ sudo dnf autoremove

3. Information about the python38-setuptools.noarch package on CentOS Stream 8

Last metadata expiration check: 5:29:55 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python38-setuptools
Version : 41.6.0
Release : 5.module_el8+615+cf6008ae
Architecture : noarch
Size : 731 k
Source : python3x-setuptools-41.6.0-5.module_el8+615+cf6008ae.src.rpm
Repository : appstream
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.