How to Install and Uninstall python39-baron Package on openSuSE Tumbleweed
Last updated: February 21,2025
1. Install "python39-baron" package
Here is a brief guide to show you how to install python39-baron on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python39-baron
Copied
2. Uninstall "python39-baron" package
In this section, we are going to explain the necessary steps to uninstall python39-baron on openSuSE Tumbleweed:
$
sudo zypper remove
python39-baron
Copied
3. Information about the python39-baron package on openSuSE Tumbleweed
Information for package python39-baron:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-baron
Version : 0.10.1-1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 370.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.
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-baron
Version : 0.10.1-1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 370.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.