How to Install and Uninstall python3-astroid.noarch Package on CentOS 8 / RHEL 8
Last updated: January 16,2025
1. Install "python3-astroid.noarch" package
Please follow the guidance below to install python3-astroid.noarch on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-astroid.noarch
Copied
2. Uninstall "python3-astroid.noarch" package
In this section, we are going to explain the necessary steps to uninstall python3-astroid.noarch on CentOS 8 / RHEL 8:
$
sudo dnf remove
python3-astroid.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-astroid.noarch package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 7:45:07 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-astroid
Version : 2.3.3
Release : 6.gitace7b29.el8
Architecture : noarch
Size : 324 k
Source : python-astroid-2.3.3-6.gitace7b29.el8.src.rpm
Repository : epel
Summary : Common base representation of python source code for pylint and other projects
URL : https://github.com/PyCQA/astroid
License : GPLv2+
Description : The aim of this module is to provide a common base representation of python
: source code for projects such as pychecker, pyreverse, pylint...
: 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.
Available Packages
Name : python3-astroid
Version : 2.3.3
Release : 6.gitace7b29.el8
Architecture : noarch
Size : 324 k
Source : python-astroid-2.3.3-6.gitace7b29.el8.src.rpm
Repository : epel
Summary : Common base representation of python source code for pylint and other projects
URL : https://github.com/PyCQA/astroid
License : GPLv2+
Description : The aim of this module is to provide a common base representation of python
: source code for projects such as pychecker, pyreverse, pylint...
: 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.