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

Last updated: June 05,2024

1. Install "python2-baron" package

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

$ sudo zypper refresh $ sudo zypper install python2-baron

2. Uninstall "python2-baron" package

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

$ sudo zypper remove python2-baron

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

Information for package python2-baron:
--------------------------------------
Repository : Main Repository
Name : python2-baron
Version : 0.9-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 412,8 KiB
Installed : No
Status : not installed
Source package : python-baron-0.9-bp153.1.16.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.