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

Last updated: May 18,2024

1. Install "python38-baron" package

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

$ sudo zypper refresh $ sudo zypper install python38-baron

2. Uninstall "python38-baron" package

Learn how to uninstall python38-baron on openSuSE Tumbleweed:

$ sudo zypper remove python38-baron

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

Information for package python38-baron:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-baron
Version : 0.9-1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 466,4 KiB
Installed : No
Status : not installed
Source package : python-baron-0.9-1.15.src
Summary : Full Syntax Tree for Python
Description :
Baron is a Full Syntax Tree (FST) library for Python. In contrast
to an AST which drops some syntax information in the process of its
creation (like empty lines, comments, formatting), a FST keeps
everything and guarantees the operation
fst_to_code(code_to_fst(source_code)) == source_code.