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

Last updated: May 09,2024

1. Install "python3-kaitaistruct" package

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

$ sudo apt update $ sudo apt install python3-kaitaistruct

2. Uninstall "python3-kaitaistruct" package

Please follow the guidance below to uninstall python3-kaitaistruct on Kali Linux:

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

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

Package: python3-kaitaistruct
Source: python-kaitaistruct
Version: 0.10-1
Installed-Size: 40
Maintainer: William Blough
Architecture: all
Depends: python3:any
Size: 8324
SHA256: e9071673f64d02013bc53b45b02f437a69a856ac4ce1eb89558fdf9e827dc63b
SHA1: 10b74a77b31fbd4401672c9ca4f9a9a999b83676
MD5sum: b6506582d4cbf3fc02b60f7beac8c8f6
Description: Kaitai Struct declarative parser generator for binary data (python3)
This library implements Kaitai Struct API for Python.
.
Kaitai Struct is a declarative language used for describe various
binary data structures, laid out in files or in memory: i.e. binary
file formats, network stream packet formats, etc.
.
It is similar to Python's construct and Construct3, but it is
language-agnostic. The format description is done in YAML-based .ksy
format, which then can be compiled into a wide range of target
languages.
.
This is the Python3 package.
Description-md5:
Homepage: https://kaitai.io
Section: python
Priority: optional
Filename: pool/main/p/python-kaitaistruct/python3-kaitaistruct_0.10-1_all.deb