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

Last updated: May 19,2024

1. Install "python3-codegen" package

This guide let you learn how to install python3-codegen on Kali Linux

$ sudo apt update $ sudo apt install python3-codegen

2. Uninstall "python3-codegen" package

Learn how to uninstall python3-codegen on Kali Linux:

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

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

Package: python3-codegen
Source: python-codegen
Version: 1.0-4
Installed-Size: 36
Maintainer: Sascha Steinbiss
Architecture: all
Depends: python3:any
Size: 6676
SHA256: c1dfc81ac79115a23ce5c17d2e745e2edece368250d6b6422f3bebebbe8a329c
SHA1: 0ed0f771dc2283d48428242ad21c189ce5a3d690
MD5sum: 758cba9b7a7900cd40b947baa2268f03
Description: extension to ast that allows AST -> Python code generation
The codegen module converts a abstract syntax tree (AST) back into Python
source code. This is useful for debugging purposes, especially when dealing
with custom ASTs not generated by Python itself.
Description-md5:
Homepage: https://github.com/andreif/codegen
Section: python
Priority: optional
Filename: pool/main/p/python-codegen/python3-codegen_1.0-4_all.deb