How to Install and Uninstall python3-construct.noarch Package on Rocky Linux 9
Last updated: January 17,2025
1. Install "python3-construct.noarch" package
Here is a brief guide to show you how to install python3-construct.noarch on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-construct.noarch
Copied
2. Uninstall "python3-construct.noarch" package
Please follow the steps below to uninstall python3-construct.noarch on Rocky Linux 9:
$
sudo dnf remove
python3-construct.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-construct.noarch package on Rocky Linux 9
Last metadata expiration check: 0:43:33 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-construct
Version : 2.10.68
Release : 3.el9
Architecture : noarch
Size : 111 k
Source : python-construct-2.10.68-3.el9.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.
Available Packages
Name : python3-construct
Version : 2.10.68
Release : 3.el9
Architecture : noarch
Size : 111 k
Source : python-construct-2.10.68-3.el9.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.