How to Install and Uninstall python3-asttokens Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-asttokens" package

Please follow the guidance below to install python3-asttokens on Kali Linux

$ sudo apt update $ sudo apt install python3-asttokens

2. Uninstall "python3-asttokens" package

Please follow the instructions below to uninstall python3-asttokens on Kali Linux:

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

3. Information about the python3-asttokens package on Kali Linux

Package: python3-asttokens
Source: python-asttokens
Version: 2.4.1-1
Installed-Size: 91
Maintainer: Debian Python Team
Architecture: all
Depends: python3-six (>= 1.12.0), python3:any
Size: 20648
SHA256: d493e7b3f343189acb63ee6ede5ceef970ef6dcda0763d00013ef99b652da1f6
SHA1: e688e24d3e5d95aca6d297b001dace85188a4024
MD5sum: 86761357828b83d4dac3529949d83812
Description: annotate Python asbtract syntax trees with code references (Python 3)
The asttokens module annotates Python abstract syntax trees (ASTs) with the
positions of tokens and text in the source code that generated them.
.
It makes it possible for tools that work with logical AST nodes to find the
particular text that resulted in those nodes, for example for automated
efactoring or highlighting.
.
This package contains the Python 3 version.
Description-md5:
Homepage: https://github.com/gristlabs/asttokens
Section: python
Priority: optional
Filename: pool/main/p/python-asttokens/python3-asttokens_2.4.1-1_all.deb