How to Install and Uninstall python3-bitstring Package on openSUSE Leap

Last updated: May 07,2024

1. Install "python3-bitstring" package

Please follow the steps below to install python3-bitstring on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-bitstring

2. Uninstall "python3-bitstring" package

Please follow the instructions below to uninstall python3-bitstring on openSUSE Leap:

$ sudo zypper remove python3-bitstring

3. Information about the python3-bitstring package on openSUSE Leap

Information for package python3-bitstring:
------------------------------------------
Repository : Main Repository
Name : python3-bitstring
Version : 3.1.6-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 426.2 KiB
Installed : No
Status : not installed
Source package : python-bitstring-3.1.6-bp155.2.11.src
Upstream URL : https://github.com/scott-griffiths/bitstring
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.