How to Install and Uninstall python312-bitstruct Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python312-bitstruct" package

Please follow the step by step instructions below to install python312-bitstruct on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-bitstruct

2. Uninstall "python312-bitstruct" package

Please follow the guidelines below to uninstall python312-bitstruct on openSuSE Tumbleweed:

$ sudo zypper remove python312-bitstruct

3. Information about the python312-bitstruct package on openSuSE Tumbleweed

Information for package python312-bitstruct:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-bitstruct
Version : 8.19.0-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 193.4 KiB
Installed : No
Status : not installed
Source package : python-bitstruct-8.19.0-1.4.src
Upstream URL : https://github.com/eerimoq/bitstruct
Summary : Interpret strings as packed binary data
Description :
This module is intended to have a similar interface as the python struct
module, but working on bits instead of primitive data types (char, int, ...).