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

Last updated: May 18,2024

1. Install "python-bitmath-doc" package

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

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

2. Uninstall "python-bitmath-doc" package

This guide covers the steps necessary to uninstall python-bitmath-doc on Kali Linux:

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

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

Package: python-bitmath-doc
Source: python-bitmath
Version: 1.3.3.1-2
Installed-Size: 893
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-mathjax, libjs-sphinxdoc (>= 7.2.2)
Size: 106160
SHA256: 5fa7dabcc856ebabae2bc03b1a1d06256419d6bc2768d239c1fa76e53a200247
SHA1: 1ccb21298a579a20c467a4fdb2213dd68d507b50
MD5sum: f7fcc45a94e5f6a64c3ca5d4464ae569
Description: handle file sizes with different prefix notations (Documentation)
bitmath simplifies many facets of interacting with file sizes in various units.
Originally focusing on file size unit conversion, functionality now includes:
* Converting between SI and NIST prefix units (kB to GiB)
* Converting between units of the same type (SI to SI, or NIST to NIST)
* Automatic human-readable prefix selection (like in hurry.filesize)
* Basic arithmetic operations (subtracting 42KiB from 50GiB)
* Rich comparison operations (1024 Bytes == 1KiB)
* bitwise operations (<<, >>, &, |, ^)
* Reading a device's storage capacity (Linux/OS X support only)
* argparse integration as a custom type
* click integration as a custom parameter type
* progressbar integration as a better file transfer speed widget
* String parsing
* Sorting
.
In addition to the conversion and math operations, bitmath provides human
readable representations of values which are suitable for use in interactive
shells as well as larger scripts and applications. The format produced for
these representations is customizable via the functionality included in stdlibs
string.format.
.
This package contains the documentation.
Description-md5:
Homepage: https://github.com/tbielawa/bitmath
Section: doc
Priority: optional
Filename: pool/main/p/python-bitmath/python-bitmath-doc_1.3.3.1-2_all.deb

5. The same packages on other Linux Distributions