How to Install and Uninstall python36-untokenize Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python36-untokenize" package

Please follow the guidance below to install python36-untokenize on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-untokenize

2. Uninstall "python36-untokenize" package

This is a short guide on how to uninstall python36-untokenize on openSuSE Tumbleweed:

$ sudo zypper remove python36-untokenize

3. Information about the python36-untokenize package on openSuSE Tumbleweed

Information for package python36-untokenize:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-untokenize
Version : 0.1.1-2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 6,0 KiB
Installed : No
Status : not installed
Source package : python-untokenize-0.1.1-2.11.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.