How to Install and Uninstall python3-construct Package on openSUSE Leap

Last updated: May 16,2024

1. Install "python3-construct" package

Here is a brief guide to show you how to install python3-construct on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-construct

2. Uninstall "python3-construct" package

Please follow the steps below to uninstall python3-construct on openSUSE Leap:

$ sudo zypper remove python3-construct

3. Information about the python3-construct package on openSUSE Leap

Information for package python3-construct:
------------------------------------------
Repository : Main Repository
Name : python3-construct
Version : 2.8.12-1.23
Arch : noarch
Vendor : SUSE LLC
Installed Size : 708.8 KiB
Installed : No
Status : not installed
Source package : python-construct-2.8.12-1.23.src
Upstream URL : http://construct.readthedocs.org
Summary : A declarative parser/builder for binary data
Description :
Construct is a declarative parser (and builder) for binary data.
Instead of writing imperative code to parse a piece of data, a data
structure that describes the data is declared. As this data structure is not
code, it can be used in one direction to parse data into Pythonic objects,
and in the other direction to convert ("build") objects into binary data.