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

Last updated: July 07,2024

1. Install "python310-baron" package

This is a short guide on how to install python310-baron on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-baron

2. Uninstall "python310-baron" package

In this section, we are going to explain the necessary steps to uninstall python310-baron on openSuSE Tumbleweed:

$ sudo zypper remove python310-baron

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

Information for package python310-baron:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-baron
Version : 0.10.1-1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 370.9 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.