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

Last updated: May 04,2024

1. Install "python36-baron" package

Here is a brief guide to show you how to install python36-baron on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-baron

2. Uninstall "python36-baron" package

Please follow the instructions below to uninstall python36-baron on openSuSE Tumbleweed:

$ sudo zypper remove python36-baron

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

Information for package python36-baron:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-baron
Version : 0.9-1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 488,8 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.