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

Last updated: July 01,2024

1. Install "python310-six" package

This is a short guide on how to install python310-six on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-six

2. Uninstall "python310-six" package

This is a short guide on how to uninstall python310-six on openSuSE Tumbleweed:

$ sudo zypper remove python310-six

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

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