How to Install and Uninstall python3-astroid Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python3-astroid" package

This guide let you learn how to install python3-astroid on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-astroid

2. Uninstall "python3-astroid" package

This tutorial shows how to uninstall python3-astroid on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-astroid $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-astroid package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-astroid
Priority: optional
Section: python
Installed-Size: 408
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Source: astroid
Version: 1.4.4-1
Depends: python3-lazy-object-proxy, python3-six, python3-wrapt, python3:any (>= 3.3.2-2~), python3-logilab-common (>= 0.63.0)
Filename: pool/main/a/astroid/python3-astroid_1.4.4-1_all.deb
Size: 73896
MD5sum: b387b61145d445065f65f5c94752d3b5
SHA1: bc8af18c333ea5e810192ef2762e9fffd0d99360
SHA256: 3bf352cd47c7a7ad4b8f257e80bab396188540e0ab369dd0aee18d8c6adfeb08
Description-en: rebuild a new abstract syntax tree from Python's AST (Python3)
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 used to be called logilab-astng.
.
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.
.
Main modules are:
.
* `bases`, `node_classses` and `scoped_nodes` contain the classes for the
different type of nodes of the tree.
.
* the `manager` contains a high level object to get astroid trees from
source files and living objects. It maintains a cache of previously
constructed tree for quick access.
.
python3-astroid is the new name of former python3-logilab-astng library.
Description-md5: 7c30b05956847c3f30a7c742343d9ff6
Homepage: http://www.astroid.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m