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

Last updated: May 09,2024

1. Install "python3-ez_setup" package

This is a short guide on how to install python3-ez_setup on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-ez_setup

2. Uninstall "python3-ez_setup" package

Please follow the guidelines below to uninstall python3-ez_setup on openSUSE Leap:

$ sudo zypper remove python3-ez_setup

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

Information for package python3-ez_setup:
-----------------------------------------
Repository : Main Repository
Name : python3-ez_setup
Version : 0.9-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 82.4 KiB
Installed : No
Status : not installed
Source package : python-ez_setup-0.9-bp155.2.11.src
Upstream URL : http://github.com/ActiveState/ez_setup
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.