How to Install and Uninstall python3-bitarray Package on Kali Linux
Last updated: November 05,2024
1. Install "python3-bitarray" package
Please follow the steps below to install python3-bitarray on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
python3-bitarray
Copied
2. Uninstall "python3-bitarray" package
This is a short guide on how to uninstall python3-bitarray on Kali Linux:
$
sudo apt remove
python3-bitarray
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python3-bitarray package on Kali Linux
Package: python3-bitarray
Source: python-bitarray
Version: 2.9.2-1
Installed-Size: 827
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14)
Size: 163048
SHA256: 701dec8e4e9fb012f60d5a1aacb936ba3eed2aee1faf100d3682ff4290250a72
SHA1: 8f8f45f3dce05514a3cdf7b10a737df42c45588f
MD5sum: 4553fc4be9f8f0744686e6937a3db7f4
Description: Python3 module for efficient boolean array handling
The bitarry module provides an object type which efficiently represents an
array of booleans. 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 package provides the Python3 version of the module.
Description-md5:
Homepage: https://github.com/ilanschnell/bitarray
Section: python
Priority: optional
Filename: pool/main/p/python-bitarray/python3-bitarray_2.9.2-1_amd64.deb
Source: python-bitarray
Version: 2.9.2-1
Installed-Size: 827
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14)
Size: 163048
SHA256: 701dec8e4e9fb012f60d5a1aacb936ba3eed2aee1faf100d3682ff4290250a72
SHA1: 8f8f45f3dce05514a3cdf7b10a737df42c45588f
MD5sum: 4553fc4be9f8f0744686e6937a3db7f4
Description: Python3 module for efficient boolean array handling
The bitarry module provides an object type which efficiently represents an
array of booleans. 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 package provides the Python3 version of the module.
Description-md5:
Homepage: https://github.com/ilanschnell/bitarray
Section: python
Priority: optional
Filename: pool/main/p/python-bitarray/python3-bitarray_2.9.2-1_amd64.deb