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

Last updated: July 07,2024

1. Install "python36-six" package

This tutorial shows how to install python36-six on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-six

2. Uninstall "python36-six" package

Please follow the step by step instructions below to uninstall python36-six on openSuSE Tumbleweed:

$ sudo zypper remove python36-six

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

Information for package python36-six:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-six
Version : 1.16.0-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 101,0 KiB
Installed : No
Status : not installed
Source package : python-six-1.16.0-2.2.src
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.