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

Last updated: June 28,2024

1. Install "python311-ez_setup" package

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

$ sudo zypper refresh $ sudo zypper install python311-ez_setup

2. Uninstall "python311-ez_setup" package

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

$ sudo zypper remove python311-ez_setup

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

Information for package python311-ez_setup:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-ez_setup
Version : 0.9-3.9
Arch : noarch
Vendor : openSUSE
Installed Size : 131.7 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.