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

Last updated: May 19,2024

1. Install "python39-six" package

In this section, we are going to explain the necessary steps to install python39-six on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-six

2. Uninstall "python39-six" package

Please follow the guidance below to uninstall python39-six on openSuSE Tumbleweed:

$ sudo zypper remove python39-six

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

Information for package python39-six:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-six
Version : 1.16.0-4.4
Arch : noarch
Vendor : openSUSE
Installed Size : 75.3 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.