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

Last updated: September 16,2024

1. Install "python3-kaitaistruct.noarch" package

Learn how to install python3-kaitaistruct.noarch on Fedora 34

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

2. Uninstall "python3-kaitaistruct.noarch" package

Here is a brief guide to show you how to uninstall python3-kaitaistruct.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:30:38 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-kaitaistruct
Version : 0.9
Release : 2.fc34
Architecture : noarch
Size : 18 k
Source : python-kaitaistruct-0.9-2.fc34.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.