How to Install and Uninstall python3-bitstruct.noarch Package on Fedora 35

Last updated: April 26,2024

1. Install "python3-bitstruct.noarch" package

This guide covers the steps necessary to install python3-bitstruct.noarch on Fedora 35

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

2. Uninstall "python3-bitstruct.noarch" package

Please follow the steps below to uninstall python3-bitstruct.noarch on Fedora 35:

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

3. Information about the python3-bitstruct.noarch package on Fedora 35

Last metadata expiration check: 1:44:29 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-bitstruct
Version : 7.1.0
Release : 10.fc35
Architecture : noarch
Size : 22 k
Source : python-bitstruct-7.1.0-10.fc35.src.rpm
Repository : fedora
Summary : Documentation-files for python-bitstruct
URL : https://pypi.python.org/pypi/bitstruct
License : MIT
Description :
: This module performs conversions between Python values and C bit
: field structs represented as Python byte strings. It is intended to
: have a similar interface as the python struct module, but working on
: bits instead of primitive data types (char, int, …).