How to Install and Uninstall python3-bitarray.x86_64 Package on Fedora 36

Last updated: May 19,2024

1. Install "python3-bitarray.x86_64" package

This is a short guide on how to install python3-bitarray.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install python3-bitarray.x86_64

2. Uninstall "python3-bitarray.x86_64" package

Learn how to uninstall python3-bitarray.x86_64 on Fedora 36:

$ sudo dnf remove python3-bitarray.x86_64 $ sudo dnf autoremove

3. Information about the python3-bitarray.x86_64 package on Fedora 36

Last metadata expiration check: 3:48:49 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-bitarray
Version : 1.6.3
Release : 4.fc36
Architecture : x86_64
Size : 104 k
Source : python-bitarray-1.6.3-4.fc36.src.rpm
Repository : fedora
Summary : Efficient Array of Booleans --C Extensions
URL : https://pypi.python.org/pypi/bitarray/
License : Python
Description : Bitarrays are sequence types and behave very much like usual lists.
: Eight bits are represented by one byte in contiguous block of memory.
: The user can select between two representations; little-endian and big-endian.
: Most of the functionality is implemented in C.Methods for accessing the machine
: representation are provided. This can be useful when bit level access to binary
: files is required, such as portable bitmap image files (.pbm). Also, when
: dealing with compressed data which uses variable bit length encoding
: you may find this module useful.
: This is Python 3 version.