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

Last updated: September 20,2024

1. Install "python3-bitstruct.noarch" package

Here is a brief guide to show you how to install python3-bitstruct.noarch on Fedora 34

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

2. Uninstall "python3-bitstruct.noarch" package

This guide let you learn how to uninstall python3-bitstruct.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:23:12 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-bitstruct
Version : 7.1.0
Release : 8.fc34
Architecture : noarch
Size : 22 k
Source : python-bitstruct-7.1.0-8.fc34.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, …).