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

Last updated: July 05,2024

1. Install "python311-kaitaistruct" package

Learn how to install python311-kaitaistruct on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-kaitaistruct

2. Uninstall "python311-kaitaistruct" package

Please follow the guidelines below to uninstall python311-kaitaistruct on openSuSE Tumbleweed:

$ sudo zypper remove python311-kaitaistruct

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

Information for package python311-kaitaistruct:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-kaitaistruct
Version : 0.10-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 49.8 KiB
Installed : No
Status : not installed
Source package : python-kaitaistruct-0.10-2.4.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.