How to Install and Uninstall python311-astroid Package on openSUSE Leap
Last updated: February 02,2025
1. Install "python311-astroid" package
In this section, we are going to explain the necessary steps to install python311-astroid on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-astroid
Copied
2. Uninstall "python311-astroid" package
Please follow the step by step instructions below to uninstall python311-astroid on openSUSE Leap:
$
sudo zypper remove
python311-astroid
Copied
3. Information about the python311-astroid package on openSUSE Leap
Information for package python311-astroid:
------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-astroid
Version : 2.15.6-150400.11.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 2.9 MiB
Installed : No
Status : not installed
Source package : python-astroid-2.15.6-150400.11.3.1.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.
------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-astroid
Version : 2.15.6-150400.11.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 2.9 MiB
Installed : No
Status : not installed
Source package : python-astroid-2.15.6-150400.11.3.1.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.