How to Install and Uninstall python39-astroid Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python39-astroid" package

Please follow the step by step instructions below to install python39-astroid on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-astroid

2. Uninstall "python39-astroid" package

In this section, we are going to explain the necessary steps to uninstall python39-astroid on openSuSE Tumbleweed:

$ sudo zypper remove python39-astroid

3. Information about the python39-astroid package on openSuSE Tumbleweed

Information for package python39-astroid:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-astroid
Version : 3.0.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 2.3 MiB
Installed : No
Status : not installed
Source package : python-astroid-3.0.2-1.4.src
Upstream URL : https://github.com/pycqa/astroid
Summary : Representation of Python source as an AST for pylint
Description :
This module provides a common base representation of Python source code for
projects such as pychecker, pyreverse, pylint. The development of this library
is governed by pylint's needs.
It provides a compatible representation which comes from the _ast
module. It rebuilds the tree generated by the builtin _ast module by
recursively walking down the AST and building an extended ast. The new
node classes have additional methods and attributes for different
usages. They include some support for static inference and local name
scopes. Furthermore, astroid builds partial trees by inspecting living
objects.