How to Install and Uninstall python38-cstruct Package on openSuSE Tumbleweed
Last updated: January 31,2025
Deprecated! Installation of this package may no longer be supported.
1. Install "python38-cstruct" package
Please follow the guidelines below to install python38-cstruct on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python38-cstruct
Copied
2. Uninstall "python38-cstruct" package
This guide covers the steps necessary to uninstall python38-cstruct on openSuSE Tumbleweed:
$
sudo zypper remove
python38-cstruct
Copied
3. Information about the python38-cstruct package on openSuSE Tumbleweed
Information for package python38-cstruct:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-cstruct
Version : 1.8-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 78,9 KiB
Installed : No
Status : not installed
Source package : python-cstruct-1.8-1.7.src
Summary : C-style structs for Python
Description :
Convert C struct definitions into Python classes with methods for
serializing/deserializing. The usage is very simple: create a class
subclassing cstruct.CStruct and add a C struct definition as a
string in the struct field. The C struct definition is parsed at
runtime and the struct format string is generated. The class offers
the method "unpack" for deserializing a string of bytes into a
Python object and the method "pack" for serializing the values into
a string.
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-cstruct
Version : 1.8-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 78,9 KiB
Installed : No
Status : not installed
Source package : python-cstruct-1.8-1.7.src
Summary : C-style structs for Python
Description :
Convert C struct definitions into Python classes with methods for
serializing/deserializing. The usage is very simple: create a class
subclassing cstruct.CStruct and add a C struct definition as a
string in the struct field. The C struct definition is parsed at
runtime and the struct format string is generated. The class offers
the method "unpack" for deserializing a string of bytes into a
Python object and the method "pack" for serializing the values into
a string.