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

Last updated: July 06,2024

1. Install "python311-baron" package

Learn how to install python311-baron on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-baron

2. Uninstall "python311-baron" package

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

$ sudo zypper remove python311-baron

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

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