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

Last updated: November 08,2024

1. Install "python39-bitstruct" package

This tutorial shows how to install python39-bitstruct on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-bitstruct

2. Uninstall "python39-bitstruct" package

Learn how to uninstall python39-bitstruct on openSuSE Tumbleweed:

$ sudo zypper remove python39-bitstruct

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

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