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

Last updated: May 16,2024

1. Install "python-bitstring-doc" package

This guide covers the steps necessary to install python-bitstring-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-bitstring-doc

2. Uninstall "python-bitstring-doc" package

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

$ sudo apt remove python-bitstring-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: python-bitstring-doc
Priority: optional
Section: universe/doc
Installed-Size: 1077
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: all
Source: python-bitstring
Version: 3.1.4-1
Depends: libjs-sphinxdoc (>= 1.3)
Filename: pool/universe/p/python-bitstring/python-bitstring-doc_3.1.4-1_all.deb
Size: 134382
MD5sum: dc2f990ddcd965fa0f34122a4081f87c
SHA1: fcf5686122b2e0b1017022e4cc94d6ea386723e9
SHA256: 869af1d97d5635416746096fa35c2cce8dffa80669d9624a92b3141e0b34a98a
Description-en: Python module for manipulation of binary data (documentation)
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 common documentation.
Description-md5: 8355b77cfa744c91a53a661ba914e21f
Homepage: http://scott-griffiths.github.io/bitstring/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu