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

Last updated: September 29,2024

1. Install "python2-untokenize" package

Learn how to install python2-untokenize on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-untokenize

2. Uninstall "python2-untokenize" package

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

$ sudo zypper remove python2-untokenize

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

Information for package python2-untokenize:
-------------------------------------------
Repository : Main Repository
Name : python2-untokenize
Version : 0.1.1-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 6,3 KiB
Installed : No
Status : not installed
Source package : python-untokenize-0.1.1-bp153.1.15.src
Summary : Python module to transform tokens into original source code
Description :
Untokenize transforms tokens into source code. Unlike the standard library's
tokenize.untokenize(), it preserves the original whitespace between tokens.