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

Last updated: September 28,2024

1. Install "python312-setuptools" package

This guide covers the steps necessary to install python312-setuptools on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-setuptools

2. Uninstall "python312-setuptools" package

In this section, we are going to explain the necessary steps to uninstall python312-setuptools on openSuSE Tumbleweed:

$ sudo zypper remove python312-setuptools

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

Information for package python312-setuptools:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-setuptools
Version : 69.0.3-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 6.4 MiB
Installed : No
Status : not installed
Source package : python-setuptools-69.0.3-1.3.src
Upstream URL : https://github.com/pypa/setuptools
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.