How to Install and Uninstall python-bitarray Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python-bitarray" package

This tutorial shows how to install python-bitarray on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-bitarray

2. Uninstall "python-bitarray" package

This is a short guide on how to uninstall python-bitarray on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-bitarray package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-bitarray
Priority: optional
Section: universe/python
Installed-Size: 237
Maintainer: Ubuntu Developers
Original-Maintainer: Jan Dittberner
Architecture: amd64
Version: 0.8.1-1build2
Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.14)
Filename: pool/universe/p/python-bitarray/python-bitarray_0.8.1-1build2_amd64.deb
Size: 53634
MD5sum: f3bd0c7f376adfd4f9133805c3e132c8
SHA1: 83cb3582f369dc0f9ddf26470a810b4188e880d9
SHA256: 60194d73dafae0cf0cb6799a2ea6693477ca0ded68a0d2f980a7d55ca68b8097
Description-en: Python 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.
Description-md5: 530b745a6d097a402d905d4c7d47b824
Homepage: http://pypi.python.org/pypi/bitarray
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu