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

Last updated: November 26,2024

1. Install "python2-six" package

Please follow the step by step instructions below to install python2-six on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-six

2. Uninstall "python2-six" package

Please follow the step by step instructions below to uninstall python2-six on openSUSE Leap:

$ sudo zypper remove python2-six

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

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