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

Last updated: February 02,2025

1. Install "python2-bitstring" package

Here is a brief guide to show you how to install python2-bitstring on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-bitstring

2. Uninstall "python2-bitstring" package

This tutorial shows how to uninstall python2-bitstring on openSUSE Leap:

$ sudo zypper remove python2-bitstring

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

Information for package python2-bitstring:
------------------------------------------
Repository : Main Repository
Name : python2-bitstring
Version : 3.1.6-bp153.1.23
Arch : noarch
Vendor : openSUSE
Installed Size : 459,5 KiB
Installed : No
Status : not installed
Source package : python-bitstring-3.1.6-bp153.1.23.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.

5. The same packages on other Linux Distributions