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

Last updated: May 11,2024

1. Install "python3-bitstring" package

Learn how to install python3-bitstring on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-bitstring

2. Uninstall "python3-bitstring" package

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

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

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

Package: python3-bitstring
Priority: optional
Section: universe/python
Installed-Size: 198
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: all
Source: python-bitstring
Version: 3.1.4-1
Depends: python3:any (>= 3.3.2-2~)
Suggests: python-bitstring-doc
Filename: pool/universe/p/python-bitstring/python3-bitstring_3.1.4-1_all.deb
Size: 30766
MD5sum: 3cea67ad9095e58d33312d7924752694
SHA1: 48b81fcdaf6fdf7a57e9827447bca9a28beab3aa
SHA256: 395822cf1db4cb391a80da207f13f6da14b1ca405f83be8ad9ab5e45bce70533
Description-en: Python module for manipulation of binary data (Python 3)
Bitstring is a pure Python module designed to help make the creation and
analysis of binary data as simple and natural as possible.
.
Bitstrings can be constructed from integers (big and little endian), hex,
octal, binary, strings or files. They can be sliced, joined, reversed,
inserted into, overwritten, etc. with simple functions or slice notation.
They can also be read from, searched and replaced, and navigated in, similar
to a file or stream.
.
This package provides the Python 3 version of the module.
Description-md5: 8f98aa2ae4f347a6953d146a0a213b3d
Homepage: http://scott-griffiths.github.io/bitstring/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu