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

Last updated: June 26,2024

1. Install "python312-six" package

Please follow the steps below to install python312-six on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-six

2. Uninstall "python312-six" package

Here is a brief guide to show you how to uninstall python312-six on openSuSE Tumbleweed:

$ sudo zypper remove python312-six

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

Information for package python312-six:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-six
Version : 1.16.0-4.4
Arch : noarch
Vendor : openSUSE
Installed Size : 88.7 KiB
Installed : No
Status : not installed
Source package : python-six-1.16.0-4.4.src
Upstream URL : http://pypi.python.org/pypi/six/
Summary : Python 2 and 3 compatibility utilities
Description :
Six is a Python 2 and 3 compatibility library. It provides utility
functions for smoothing over the differences between the Python
versions with the goal of writing Python code that is compatible on
both Python versions. See the documentation for more information on
what is provided.