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

Last updated: November 23,2024

1. Install "python36-bitstring" package

This guide let you learn how to install python36-bitstring on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-bitstring

2. Uninstall "python36-bitstring" package

This is a short guide on how to uninstall python36-bitstring on openSuSE Tumbleweed:

$ sudo zypper remove python36-bitstring

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

Information for package python36-bitstring:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-bitstring
Version : 3.1.7-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 436,9 KiB
Installed : No
Status : not installed
Source package : python-bitstring-3.1.7-1.5.src
Summary : Python module for the construction, analysis and modification of binary data
Description :
Bitstring is a pure Python module to aid
the creation and analysis of binary data.
Bitstrings can be constructed from integers (big and little endian), hex,
octal, binary, strings or files. They can be sliced, joined, reversed,
inserted into, overwritten, etc. with functions or slice notation.
They can also be read from, searched and replaced, and navigated in,
similar to a file or stream.