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

Last updated: May 16,2024

1. Install "python3-construct" package

This is a short guide on how to install python3-construct on Kali Linux

$ sudo apt update $ sudo apt install python3-construct

2. Uninstall "python3-construct" package

This is a short guide on how to uninstall python3-construct on Kali Linux:

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

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

Package: python3-construct
Source: construct
Version: 2.10.68+dfsg1-2
Installed-Size: 314
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any (>= 3.6~)
Size: 49884
SHA256: b1cf94081db1f79459c866964e83d498c8945ab48174a662efbf9275b8669783
SHA1: 35046826bbf16d7b246ebb56b458bb8eb01585ec
MD5sum: 74d37703bd7295fa59b7b5220ec12de5
Description: powerful declarative parser (and builder) for binary data
Construct is a Python library for parsing and building of data structures
(binary or textual).
.
It is based on the concept of defining data structures in a declarative
manner, rather than procedural code: more complex constructs are composed of
a hierarchy of simpler ones. It's the first library that makes parsing
fun, instead of the usual headache it is today.
Description-md5:
Homepage: https://construct.readthedocs.org/en/latest/
Section: python
Priority: optional
Filename: pool/main/c/construct/python3-construct_2.10.68+dfsg1-2_all.deb