How to Install and Uninstall python38-astunparse Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python38-astunparse" package

Please follow the guidance below to install python38-astunparse on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-astunparse

2. Uninstall "python38-astunparse" package

Here is a brief guide to show you how to uninstall python38-astunparse on openSuSE Tumbleweed:

$ sudo zypper remove python38-astunparse

3. Information about the python38-astunparse package on openSuSE Tumbleweed

Information for package python38-astunparse:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-astunparse
Version : 1.6.3-3.2
Arch : noarch
Vendor : openSUSE
Installed Size : 103,4 KiB
Installed : No
Status : not installed
Source package : python-astunparse-1.6.3-3.2.src
Summary : An AST unparser for Python
Description :
This is a factored out version of ``unparse`` found in the Python
source distribution; under Demo/parser in Python 2 and under
Tools/parser in Python 3.
This library is single-source compatible with Python 2.6 through
Python 3.5. It is authored by the Python core developers; I have
simply merged the Python 2.7 and the Python 3.5 source and test
suites, and added a wrapper. This factoring out is to provide a
library implementation that supports both versions.
Added to this is a pretty-printing dump utility function.