How to Install and Uninstall python2-setuptools Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python2-setuptools" package

Please follow the steps below to install python2-setuptools on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-setuptools

2. Uninstall "python2-setuptools" package

Please follow the step by step instructions below to uninstall python2-setuptools on openSUSE Leap:

$ sudo zypper remove python2-setuptools

3. Information about the python2-setuptools package on openSUSE Leap

Information for package python2-setuptools:
-------------------------------------------
Repository : Main Repository
Name : python2-setuptools
Version : 40.5.0-6.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 2,7 MiB
Installed : No
Status : not installed
Source package : python-setuptools-40.5.0-6.3.1.src
Summary : Enhancements to distutils for building and distributing Python packages
Description :
setuptools is a collection of enhancements to the Python distutils that
allow you to build and distribute Python packages,
especially ones that have dependencies on other packages.