How to Install and Uninstall python-setuptools.src Package on Oracle Linux 8

Last updated: July 03,2024

1. Install "python-setuptools.src" package

This guide covers the steps necessary to install python-setuptools.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-setuptools.src

2. Uninstall "python-setuptools.src" package

Learn how to uninstall python-setuptools.src on Oracle Linux 8:

$ sudo dnf remove python-setuptools.src $ sudo dnf autoremove

3. Information about the python-setuptools.src package on Oracle Linux 8

Last metadata expiration check: 0:25:27 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-setuptools
Version : 39.2.0
Release : 6.el8
Architecture : src
Size : 846 k
Source : None
Repository : ol8_baseos_latest
Summary : Easily build and distribute Python packages
URL : https://pypi.python.org/pypi/setuptools
License : MIT
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.