How to Install and Uninstall python3-astroid.noarch Package on Fedora 38

Last updated: October 03,2024

1. Install "python3-astroid.noarch" package

Here is a brief guide to show you how to install python3-astroid.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-astroid.noarch

2. Uninstall "python3-astroid.noarch" package

Please follow the step by step instructions below to uninstall python3-astroid.noarch on Fedora 38:

$ sudo dnf remove python3-astroid.noarch $ sudo dnf autoremove

3. Information about the python3-astroid.noarch package on Fedora 38

Last metadata expiration check: 1:54:29 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-astroid
Version : 2.15.4
Release : 1.fc38
Architecture : noarch
Size : 582 k
Source : python-astroid-2.15.4-1.fc38.src.rpm
Repository : updates
Summary : Common base representation of python source code for pylint and other projects
URL : https://pypi.org/project/astroid/
License : LGPL-2.1-or-later
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.