How to Install and Uninstall python3-construct.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 14,2024

1. Install "python3-construct.noarch" package

This tutorial shows how to install python3-construct.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-construct.noarch" package

This tutorial shows how to uninstall python3-construct.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-construct.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:02:17 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-construct
Version : 2.10.68
Release : 3.el8
Architecture : noarch
Size : 119 k
Source : python-construct-2.10.68-3.el8.src.rpm
Repository : epel
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.