How to Install and Uninstall python3-bitstring.noarch Package on CentOS Stream 9

Last updated: September 25,2024

1. Install "python3-bitstring.noarch" package

Please follow the instructions below to install python3-bitstring.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-bitstring.noarch

2. Uninstall "python3-bitstring.noarch" package

Please follow the guidelines below to uninstall python3-bitstring.noarch on CentOS Stream 9:

$ sudo dnf remove python3-bitstring.noarch $ sudo dnf autoremove

3. Information about the python3-bitstring.noarch package on CentOS Stream 9

Last metadata expiration check: 0:52:52 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-bitstring
Version : 3.1.9
Release : 2.el9
Architecture : noarch
Size : 90 k
Source : python-bitstring-3.1.9-2.el9.src.rpm
Repository : epel
Summary : Simple construction, analysis and modification of binary data
URL : https://github.com/scott-griffiths/bitstring
License : MIT
Description : bitstring is a pure Python module designed to help make the creation and
: analysis of binary data as simple and natural as possible.
:
: 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 simple functions or slice notation.
: They can also be read from, searched and replaced, and navigated in, similar
: to a file or stream.