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

Last updated: November 28,2024

1. Install "python3-kaitaistruct.noarch" package

Please follow the guidelines below to install python3-kaitaistruct.noarch on Fedora 35

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

2. Uninstall "python3-kaitaistruct.noarch" package

This is a short guide on how to uninstall python3-kaitaistruct.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:39:28 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-kaitaistruct
Version : 0.9
Release : 4.fc35
Architecture : noarch
Size : 18 k
Source : python-kaitaistruct-0.9-4.fc35.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.