How to Install and Uninstall python3-logilab-astng Package on openSUSE Leap

Last updated: November 08,2024

1. Install "python3-logilab-astng" package

Please follow the steps below to install python3-logilab-astng on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-logilab-astng

2. Uninstall "python3-logilab-astng" package

This guide covers the steps necessary to uninstall python3-logilab-astng on openSUSE Leap:

$ sudo zypper remove python3-logilab-astng

3. Information about the python3-logilab-astng package on openSUSE Leap

Information for package python3-logilab-astng:
----------------------------------------------
Repository : Main Repository
Name : python3-logilab-astng
Version : 0.24.3-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 685.0 KiB
Installed : No
Status : not installed
Source package : python-logilab-astng-0.24.3-bp155.2.10.src
Upstream URL : http://www.logilab.org/projects/astng
Summary : Python Python Abstract Syntax Tree (New Generation)
Description :
The aim of this module is to provide a common base representation of
python source code for projects such as pychecker, pyreverse, pylint...
Well, actually the development of this library is essentially governed
by pylint's needs.
It extends class defined in the compiler.ast [1] module with some
additional methods and attributes. Instance attributes are added by a
builder object, which can either generate extended ast (let's call them
astng ;) by visiting an existant ast tree or by inspecting living
object. Methods are added by monkey patching ast classes.
Please send any comment, patch or question to the python-projects
mailing-list. Before asking a question, please first search the
archives in case it would have already been answered. You may want to
use google and add "site:lists.logilab.org" to your keywords to narrow
your search. We will soon provide our own search engine.