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

Last updated: May 21,2024

1. Install "python2-logilab-astng" package

In this section, we are going to explain the necessary steps to install python2-logilab-astng on openSUSE Leap

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

2. Uninstall "python2-logilab-astng" package

Please follow the guidance below to uninstall python2-logilab-astng on openSUSE Leap:

$ sudo zypper remove python2-logilab-astng

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

Information for package python2-logilab-astng:
----------------------------------------------
Repository : Main Repository
Name : python2-logilab-astng
Version : 0.24.3-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 642,1 KiB
Installed : No
Status : not installed
Source package : python-logilab-astng-0.24.3-bp153.1.14.src
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.