How to Install and Uninstall python3-bitarray Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "python3-bitarray" package

This is a short guide on how to install python3-bitarray on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-bitarray

2. Uninstall "python3-bitarray" package

This tutorial shows how to uninstall python3-bitarray on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-bitarray $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-bitarray package on Ubuntu 21.10 (Impish Indri)

Package: python3-bitarray
Architecture: amd64
Version: 1.6.3-2
Priority: optional
Section: universe/python
Source: python-bitarray
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Jan Dittberner
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 365
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3:any, libc6 (>= 2.14)
Filename: pool/universe/p/python-bitarray/python3-bitarray_1.6.3-2_amd64.deb
Size: 78944
MD5sum: 407161591b221201244aa5a6dd1ed3a2
SHA1: f6eedbe6fc2c5540acf373a0c274083254fc2c73
SHA256: 3e4de78bc218fe20285d0bb1afa0ccde4b5037c36c08ccdf43c02179b93436c8
SHA512: 94bdd2395dc7a43c8b1a1591b5d031cc1d97d8447d2f863fb17294cb479a338e563ed1d4027876525ec72fdef77cc78c53b8fb3512ab99b11ce1c951e23bda6d
Homepage: https://github.com/ilanschnell/bitarray
Description-en: 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: 75477cdb36ae1e7cd63e2a3b80fb641a