How to Install and Uninstall python3-construct-classes.noarch Package on Fedora 39

Last updated: January 13,2025

1. Install "python3-construct-classes.noarch" package

Please follow the steps below to install python3-construct-classes.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-construct-classes.noarch

2. Uninstall "python3-construct-classes.noarch" package

This guide covers the steps necessary to uninstall python3-construct-classes.noarch on Fedora 39:

$ sudo dnf remove python3-construct-classes.noarch $ sudo dnf autoremove

3. Information about the python3-construct-classes.noarch package on Fedora 39

Last metadata expiration check: 3:49:40 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-construct-classes
Version : 0.1.2
Release : 4.fc39
Architecture : noarch
Size : 16 k
Source : python-construct-classes-0.1.2-4.fc39.src.rpm
Repository : fedora
Summary : Parse your binary structs into dataclasses
URL : https://github.com/matejcik/construct-classes
License : MIT
Description : Parse your binary data into dataclasses. Pack your dataclasses into binary data.
:
: construct-classes rely on construct for parsing and packing. The programmer
: needs to manually write the Construct expressions. There is also no type
: verification, so it is the programmer's responsibility that the dataclass and
: the Construct expression match.