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

Last updated: July 03,2024

1. Install "python312-baron" package

Please follow the instructions below to install python312-baron on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-baron

2. Uninstall "python312-baron" package

This is a short guide on how to uninstall python312-baron on openSuSE Tumbleweed:

$ sudo zypper remove python312-baron

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

Information for package python312-baron:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-baron
Version : 0.10.1-1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 441.5 KiB
Installed : No
Status : not installed
Source package : python-baron-0.10.1-1.14.src
Upstream URL : https://github.com/PyCQA/baron
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.