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

Last updated: May 16,2024

1. Install "python39-ez_setup" package

This guide let you learn how to install python39-ez_setup on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-ez_setup

2. Uninstall "python39-ez_setup" package

Please follow the steps below to uninstall python39-ez_setup on openSuSE Tumbleweed:

$ sudo zypper remove python39-ez_setup

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

Information for package python39-ez_setup:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-ez_setup
Version : 0.9-3.9
Arch : noarch
Vendor : openSUSE
Installed Size : 83.0 KiB
Installed : No
Status : not installed
Source package : python-ez_setup-0.9-3.9.src
Upstream URL : https://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.