How to Install and Uninstall python-bitstring-doc Package on Kali Linux

Last updated: April 29,2024

1. Install "python-bitstring-doc" package

In this section, we are going to explain the necessary steps to install python-bitstring-doc on Kali Linux

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

2. Uninstall "python-bitstring-doc" package

Please follow the guidance below to uninstall python-bitstring-doc on Kali Linux:

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

3. Information about the python-bitstring-doc package on Kali Linux

Package: python-bitstring-doc
Source: python-bitstring
Version: 4.1.4-1
Installed-Size: 1051
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2)
Size: 155220
SHA256: 6e65f4f84a43b417c83afe1a364012b3df272e159ab4dadd748d8cca5597bbdf
SHA1: fa160b8e01e583519540cb39a1380ffadc7c0614
MD5sum: a081e9b713d6ddecf9bd5152e7ae2bcf
Description: 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:
Multi-Arch: foreign
Homepage: https://github.com/scott-griffiths/bitstring
Section: doc
Priority: optional
Filename: pool/main/p/python-bitstring/python-bitstring-doc_4.1.4-1_all.deb