How to Install and Uninstall python3-baron Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-baron" package

Please follow the step by step instructions below to install python3-baron on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-baron

2. Uninstall "python3-baron" package

Please follow the steps below to uninstall python3-baron on openSUSE Leap:

$ sudo zypper remove python3-baron

3. Information about the python3-baron package on openSUSE Leap

Information for package python3-baron:
--------------------------------------
Repository : Main Repository
Name : python3-baron
Version : 0.9-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 459.1 KiB
Installed : No
Status : not installed
Source package : python-baron-0.9-bp155.2.9.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.