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

Last updated: May 16,2024

1. Install "python3-beniget" package

In this section, we are going to explain the necessary steps to install python3-beniget on Kali Linux

$ sudo apt update $ sudo apt install python3-beniget

2. Uninstall "python3-beniget" package

Please follow the step by step instructions below to uninstall python3-beniget on Kali Linux:

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

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

Package: python3-beniget
Source: python-beniget
Version: 0.4.1-3
Installed-Size: 55
Maintainer: Debian Python Team
Architecture: all
Depends: python3-gast, python3:any
Size: 9920
SHA256: f9818318fc1287c3037e329569c5fcd740e946286368bcf99578f7f6fd6296d6
SHA1: 99bf3302d3cf89834f7551fb0819876dc17c8065
MD5sum: bd254b0b0b70560e8eccffd5c344c421
Description: collection of compile-time Python AST analyzers
Collection of compile-time analyzers of Python Abstract Syntax Trees
that can be used as building blocks to write static analyzers or
compilers:
* Ancestors: map a node to the list of its enclosing nodes
* DefUseChains: map a node to the list of definition points in that
node
* UseDefChains: map a node to its list of potential definitions
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/serge-sans-paille/beniget
Section: python
Priority: optional
Filename: pool/main/p/python-beniget/python3-beniget_0.4.1-3_all.deb