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

Last updated: November 23,2024

1. Install "python310-kaitaistruct" package

This guide covers the steps necessary to install python310-kaitaistruct on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-kaitaistruct

2. Uninstall "python310-kaitaistruct" package

In this section, we are going to explain the necessary steps to uninstall python310-kaitaistruct on openSuSE Tumbleweed:

$ sudo zypper remove python310-kaitaistruct

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

Information for package python310-kaitaistruct:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-kaitaistruct
Version : 0.10-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 38.7 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.