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

Last updated: July 05,2024

1. Install "python36-ez_setup" package

Learn how to install python36-ez_setup on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-ez_setup

2. Uninstall "python36-ez_setup" package

This guide covers the steps necessary to uninstall python36-ez_setup on openSuSE Tumbleweed:

$ sudo zypper remove python36-ez_setup

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

Information for package python36-ez_setup:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-ez_setup
Version : 0.9-2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 82,1 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.