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

Last updated: October 06,2024

1. Install "python3-bitarray.x86_64" package

Please follow the guidance below to install python3-bitarray.x86_64 on Fedora 35

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

2. Uninstall "python3-bitarray.x86_64" package

Please follow the guidance below to uninstall python3-bitarray.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:27:49 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-bitarray
Version : 1.6.3
Release : 3.fc35
Architecture : x86_64
Size : 104 k
Source : python-bitarray-1.6.3-3.fc35.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.