How to Install and Uninstall python3-kaitaistruct.noarch Package on Fedora 36

Last updated: January 11,2025

1. Install "python3-kaitaistruct.noarch" package

Please follow the guidance below to install python3-kaitaistruct.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-kaitaistruct.noarch

2. Uninstall "python3-kaitaistruct.noarch" package

Please follow the steps below to uninstall python3-kaitaistruct.noarch on Fedora 36:

$ sudo dnf remove python3-kaitaistruct.noarch $ sudo dnf autoremove

3. Information about the python3-kaitaistruct.noarch package on Fedora 36

Last metadata expiration check: 3:13:49 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-kaitaistruct
Version : 0.9
Release : 5.fc36
Architecture : noarch
Size : 18 k
Source : python-kaitaistruct-0.9-5.fc36.src.rpm
Repository : fedora
Summary : A new way to develop parsers for binary structures
URL : https://kaitai.io
License : MIT
Description : 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 2.9 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.