How to Install and Uninstall python39-construct Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python39-construct" package

Please follow the instructions below to install python39-construct on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-construct

2. Uninstall "python39-construct" package

This is a short guide on how to uninstall python39-construct on openSuSE Tumbleweed:

$ sudo zypper remove python39-construct

3. Information about the python39-construct package on openSuSE Tumbleweed

Information for package python39-construct:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-construct
Version : 2.10.70-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 868.1 KiB
Installed : No
Status : not installed
Source package : python-construct-2.10.70-2.1.src
Upstream URL : https://github.com/construct/construct
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.