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

Last updated: July 03,2024

1. Install "python311-bitstruct" package

This is a short guide on how to install python311-bitstruct on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-bitstruct

2. Uninstall "python311-bitstruct" package

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

$ sudo zypper remove python311-bitstruct

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

Information for package python311-bitstruct:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-bitstruct
Version : 8.19.0-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 197.1 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, ...).