How to Install and Uninstall python36-kaitaistruct Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "python36-kaitaistruct" package

This is a short guide on how to install python36-kaitaistruct on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-kaitaistruct

2. Uninstall "python36-kaitaistruct" package

Please follow the instructions below to uninstall python36-kaitaistruct on openSuSE Tumbleweed:

$ sudo zypper remove python36-kaitaistruct

3. Information about the python36-kaitaistruct package on openSuSE Tumbleweed

Information for package python36-kaitaistruct:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-kaitaistruct
Version : 0.9-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 51,1 KiB
Installed : No
Status : not installed
Source package : python-kaitaistruct-0.9-1.5.src
Summary : Python library for kaitaistruct
Description :
This library implements the Kaitai Struct API for Python.
Kaitai Struct is a declarative language used to 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.