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

Last updated: July 05,2024

1. Install "python36-setuptools" package

Here is a brief guide to show you how to install python36-setuptools on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-setuptools

2. Uninstall "python36-setuptools" package

This tutorial shows how to uninstall python36-setuptools on openSuSE Tumbleweed:

$ sudo zypper remove python36-setuptools

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

Information for package python36-setuptools:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-setuptools
Version : 57.4.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 5,2 MiB
Installed : No
Status : not installed
Source package : python-setuptools-57.4.0-1.2.src
Summary : Download, build, install, upgrade, and uninstall Python packages
Description :
setuptools is a collection of enhancements to the Python distutils that
allow you to build and distribute Python packages,
especially ones that have dependencies on other packages.