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

Last updated: January 16,2025

1. Install "python3-construct.noarch" package

In this section, we are going to explain the necessary steps to install python3-construct.noarch on Fedora 36

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

2. Uninstall "python3-construct.noarch" package

This is a short guide on how to uninstall python3-construct.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:45:36 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-construct
Version : 2.10.68
Release : 1.fc36
Architecture : noarch
Size : 112 k
Source : python-construct-2.10.68-1.fc36.src.rpm
Repository : updates
Summary : A powerful declarative parser/builder for binary data
URL : http://construct.readthedocs.org
License : MIT
Description : Construct is a powerful declarative parser (and builder) for binary
: data.
:
: Instead of writing imperative code to parse a piece of data, you
: declaratively define a data structure that describes your data. As
: this data structure is not code, you can use it in one direction to
: parse data into Pythonic objects, and in the other direction, convert
: (build) objects into binary data.