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

Last updated: November 26,2024

1. Install "python2-ez_setup" package

Please follow the guidelines below to install python2-ez_setup on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-ez_setup

2. Uninstall "python2-ez_setup" package

This is a short guide on how to uninstall python2-ez_setup on openSUSE Leap:

$ sudo zypper remove python2-ez_setup

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

Information for package python2-ez_setup:
-----------------------------------------
Repository : Main Repository
Name : python2-ez_setup
Version : 0.9-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 93,9 KiB
Installed : No
Status : not installed
Source package : python-ez_setup-0.9-bp153.1.15.src
Summary : Contains ez_setup.py and distribute_setup.py
Description :
setup.py of several Python projects blindly import the setuptools bootstrap
module ez_setup.py without realizing that it is usually not installed in the
user's machine. This causes much trouble. Include ez_setup.py (and
distribute_setup.py) as a installable Python package so users can do
easy_install ez_setup troublesome_package as a workaround.