How to Install and Uninstall python3-six Package on openSUSE Leap

Last updated: May 09,2024

1. Install "python3-six" package

This guide covers the steps necessary to install python3-six on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-six

2. Uninstall "python3-six" package

Please follow the steps below to uninstall python3-six on openSUSE Leap:

$ sudo zypper remove python3-six

3. Information about the python3-six package on openSUSE Leap

Information for package python3-six:
------------------------------------
Repository : Main Repository
Name : python3-six
Version : 1.14.0-12.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 99.2 KiB
Installed : No
Status : not installed
Source package : python-six-1.14.0-12.1.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.