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

Last updated: May 02,2024

1. Install "python36-bitstruct" package

Please follow the guidance below to install python36-bitstruct on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-bitstruct

2. Uninstall "python36-bitstruct" package

Learn how to uninstall python36-bitstruct on openSuSE Tumbleweed:

$ sudo zypper remove python36-bitstruct

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

Information for package python36-bitstruct:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-bitstruct
Version : 8.11.0-2.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 111,0 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, ...).