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

Last updated: May 17,2024

1. Install "python38-bitstruct" package

This guide covers the steps necessary to install python38-bitstruct on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-bitstruct

2. Uninstall "python38-bitstruct" package

This guide covers the steps necessary to uninstall python38-bitstruct on openSuSE Tumbleweed:

$ sudo zypper remove python38-bitstruct

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

Information for package python38-bitstruct:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-bitstruct
Version : 8.11.0-2.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 110,2 KiB
Installed : No
Status : not installed
Source package : python-bitstruct-8.11.0-2.2.src
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, ...).