How to Install and Uninstall python38-ez_setup Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python38-ez_setup" package

This is a short guide on how to install python38-ez_setup on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-ez_setup

2. Uninstall "python38-ez_setup" package

Please follow the guidance below to uninstall python38-ez_setup on openSuSE Tumbleweed:

$ sudo zypper remove python38-ez_setup

3. Information about the python38-ez_setup package on openSuSE Tumbleweed

Information for package python38-ez_setup:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-ez_setup
Version : 0.9-2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 82,3 KiB
Installed : No
Status : not installed
Source package : python-ez_setup-0.9-2.13.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.