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

Last updated: June 29,2024

1. Install "python310-bitstruct" package

Please follow the instructions below to install python310-bitstruct on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-bitstruct

2. Uninstall "python310-bitstruct" package

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

$ sudo zypper remove python310-bitstruct

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

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