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

Last updated: May 20,2024

1. Install "python2-kaitaistruct" package

Please follow the guidance below to install python2-kaitaistruct on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-kaitaistruct

2. Uninstall "python2-kaitaistruct" package

This guide let you learn how to uninstall python2-kaitaistruct on openSUSE Leap:

$ sudo zypper remove python2-kaitaistruct

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

Information for package python2-kaitaistruct:
---------------------------------------------
Repository : Main Repository
Name : python2-kaitaistruct
Version : 0.8-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 28,5 KiB
Installed : No
Status : not installed
Source package : python-kaitaistruct-0.8-bp153.1.14.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.