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

Last updated: July 03,2024

1. Install "python39-untokenize" package

In this section, we are going to explain the necessary steps to install python39-untokenize on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-untokenize

2. Uninstall "python39-untokenize" package

Please follow the step by step instructions below to uninstall python39-untokenize on openSuSE Tumbleweed:

$ sudo zypper remove python39-untokenize

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

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