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

Last updated: October 05,2024

1. Install "python38-six" package

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

$ sudo zypper refresh $ sudo zypper install python38-six

2. Uninstall "python38-six" package

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

$ sudo zypper remove python38-six

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

Information for package python38-six:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-six
Version : 1.16.0-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 100,8 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.