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

Last updated: May 17,2024

1. Install "python3-bitarray" package

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

$ sudo apt update $ sudo apt install python3-bitarray

2. Uninstall "python3-bitarray" package

In this section, we are going to explain the necessary steps to uninstall python3-bitarray on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-bitarray
Priority: optional
Section: universe/python
Installed-Size: 171
Maintainer: Ubuntu Developers
Original-Maintainer: Jan Dittberner
Architecture: amd64
Source: python-bitarray
Version: 0.8.1-1build2
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14)
Filename: pool/universe/p/python-bitarray/python3-bitarray_0.8.1-1build2_amd64.deb
Size: 36414
MD5sum: 8f4abac5d280f6bd187f7624257c955d
SHA1: 19dda1f66be34b741a12f9502dab9709c656671d
SHA256: 43b1d925d2d301c857be32d382b4eff3eec37b3002ae2daa40d09db11eadb3d9
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
Homepage: http://pypi.python.org/pypi/bitarray
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu