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

Last updated: October 05,2024

1. Install "python3-bitarray.x86_64" package

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

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

2. Uninstall "python3-bitarray.x86_64" package

Please follow the steps below to uninstall python3-bitarray.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:05:12 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-bitarray
Version : 1.6.3
Release : 1.fc34
Architecture : x86_64
Size : 104 k
Source : python-bitarray-1.6.3-1.fc34.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.