How to Install and Uninstall python3-bitstring.noarch Package on Fedora 36
Last updated: November 26,2024
1. Install "python3-bitstring.noarch" package
Please follow the steps below to install python3-bitstring.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
python3-bitstring.noarch
Copied
2. Uninstall "python3-bitstring.noarch" package
Please follow the step by step instructions below to uninstall python3-bitstring.noarch on Fedora 36:
$
sudo dnf remove
python3-bitstring.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-bitstring.noarch package on Fedora 36
Last metadata expiration check: 0:51:56 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-bitstring
Version : 3.1.7
Release : 7.fc36
Architecture : noarch
Size : 88 k
Source : python-bitstring-3.1.7-7.fc36.src.rpm
Repository : fedora
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.
Available Packages
Name : python3-bitstring
Version : 3.1.7
Release : 7.fc36
Architecture : noarch
Size : 88 k
Source : python-bitstring-3.1.7-7.fc36.src.rpm
Repository : fedora
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.