How to Install and Uninstall python2-3to2 Package on openSUSE Leap

Last updated: May 01,2024

1. Install "python2-3to2" package

Please follow the guidance below to install python2-3to2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-3to2

2. Uninstall "python2-3to2" package

In this section, we are going to explain the necessary steps to uninstall python2-3to2 on openSUSE Leap:

$ sudo zypper remove python2-3to2

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

Information for package python2-3to2:
-------------------------------------
Repository : Main Repository
Name : python2-3to2
Version : 1.1.1-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 559,6 KiB
Installed : No
Status : not installed
Source package : python-3to2-1.1.1-bp153.1.14.src
Summary : Tool to refactor Python 3.x syntax into 2.7 syntax
Description :
3to2 is a set of fixers that are intended to backport code written for
Python version 3.x into Python version 2.x. The final target 2.x version is
the latest version of the 2.7 branch, as that is the last release in the Python
2.x branch.