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

Last updated: July 01,2024

1. Install "python2-construct" package

This is a short guide on how to install python2-construct on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-construct

2. Uninstall "python2-construct" package

In this section, we are going to explain the necessary steps to uninstall python2-construct on openSUSE Leap:

$ sudo zypper remove python2-construct

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

Information for package python2-construct:
------------------------------------------
Repository : Main Repository
Name : python2-construct
Version : 2.8.12-1.23
Arch : noarch
Vendor : SUSE LLC
Installed Size : 569,9 KiB
Installed : No
Status : not installed
Source package : python-construct-2.8.12-1.23.src
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.

5. The same packages on other Linux Distributions