How to Install and Uninstall python3-kaitaistruct Package on openSUSE Leap

Last updated: May 09,2024

1. Install "python3-kaitaistruct" package

Please follow the step by step instructions below to install python3-kaitaistruct on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-kaitaistruct

2. Uninstall "python3-kaitaistruct" package

In this section, we are going to explain the necessary steps to uninstall python3-kaitaistruct on openSUSE Leap:

$ sudo zypper remove python3-kaitaistruct

3. Information about the python3-kaitaistruct package on openSUSE Leap

Information for package python3-kaitaistruct:
---------------------------------------------
Repository : Main Repository
Name : python3-kaitaistruct
Version : 0.8-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 35.3 KiB
Installed : No
Status : not installed
Source package : python-kaitaistruct-0.8-bp155.2.10.src
Upstream URL : https://kaitai.io
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.