How to Install and Uninstall python3-bitstring Package on Kali Linux

Last updated: May 11,2024

1. Install "python3-bitstring" package

This guide let you learn how to install python3-bitstring on Kali Linux

$ 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 Kali Linux:

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

3. Information about the python3-bitstring package on Kali Linux

Package: python3-bitstring
Source: python-bitstring
Version: 4.1.4-1
Installed-Size: 287
Maintainer: Debian Python Team
Architecture: all
Depends: python3-bitarray, python3:any
Suggests: python-bitstring-doc
Size: 67028
SHA256: e219a5f36313b55f2e26d4e2d1cb49dff0f927f6aec156e9bfc6f44020d71f60
SHA1: eefb0bae6498b6c006097e8c81e21ad3a64e8dcf
MD5sum: e1fb7f04a04405869aac5b988ff9412a
Description: 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:
Homepage: https://github.com/scott-griffiths/bitstring
Section: python
Priority: optional
Filename: pool/main/p/python-bitstring/python3-bitstring_4.1.4-1_all.deb