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

Last updated: May 20,2024

1. Install "python3-gast" package

This tutorial shows how to install python3-gast on Kali Linux

$ sudo apt update $ sudo apt install python3-gast

2. Uninstall "python3-gast" package

This tutorial shows how to uninstall python3-gast on Kali Linux:

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

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

Package: python3-gast
Source: python-gast
Version: 0.5.2-2
Installed-Size: 68
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 9364
SHA256: 46f1e8f86d17d3237462814fcbdbb24b645cd90693c00e014ca1fd9344224b9d
SHA1: dfd6ccc593bd267336c830df08b5424570ebb007
MD5sum: ccce2d32ab7418ff1c0273c0ff62a9f9
Description: compatibility layer for the AST of various Python versions (Python3 version)
Provides an homogeneous API over the Abstract Syntax Trees of various
Python versions (including Python 2 and Python 3), which itself is
compatible with the standard library "ast" module API.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/serge-sans-paille/gast
Section: python
Priority: optional
Filename: pool/main/p/python-gast/python3-gast_0.5.2-2_all.deb