How to Install and Uninstall python3-bitarray.x86_64 Package on Fedora 38
Last updated: November 29,2024
1. Install "python3-bitarray.x86_64" package
In this section, we are going to explain the necessary steps to install python3-bitarray.x86_64 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
python3-bitarray.x86_64
Copied
2. Uninstall "python3-bitarray.x86_64" package
Learn how to uninstall python3-bitarray.x86_64 on Fedora 38:
$
sudo dnf remove
python3-bitarray.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-bitarray.x86_64 package on Fedora 38
Last metadata expiration check: 2:34:53 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-bitarray
Version : 1.6.3
Release : 7.fc38
Architecture : x86_64
Size : 135 k
Source : python-bitarray-1.6.3-7.fc38.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.
Available Packages
Name : python3-bitarray
Version : 1.6.3
Release : 7.fc38
Architecture : x86_64
Size : 135 k
Source : python-bitarray-1.6.3-7.fc38.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.