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

Last updated: May 03,2024

1. Install "python3-untokenize" package

Please follow the guidelines below to install python3-untokenize on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-untokenize

2. Uninstall "python3-untokenize" package

Learn how to uninstall python3-untokenize on openSUSE Leap:

$ sudo zypper remove python3-untokenize

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

Information for package python3-untokenize:
-------------------------------------------
Repository : Main Repository
Name : python3-untokenize
Version : 0.1.1-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 6.0 KiB
Installed : No
Status : not installed
Source package : python-untokenize-0.1.1-bp155.2.11.src
Upstream URL : https://github.com/myint/untokenize
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.