How to Install and Uninstall bitmath Package on Kali Linux

Last updated: May 20,2024

1. Install "bitmath" package

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

$ sudo apt update $ sudo apt install bitmath

2. Uninstall "bitmath" package

This guide let you learn how to uninstall bitmath on Kali Linux:

$ sudo apt remove bitmath $ sudo apt autoclean && sudo apt autoremove

3. Information about the bitmath package on Kali Linux

Package: bitmath
Source: python-bitmath
Version: 1.3.3.1-2
Installed-Size: 23
Maintainer: Debian Python Team
Architecture: all
Depends: python3-bitmath (= 1.3.3.1-2), python3:any
Size: 12564
SHA256: 666198ebeffdd5b68cd1558db991aa432b9cc4612b40156c444ce18728b54a45
SHA1: d7b748316a3d9065156114ed52e3df45c461857d
MD5sum: 19bf0fedb217b29766f190af47abe1f2
Description: handle file sizes with different prefix notations
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.
Description-md5:
Homepage: https://github.com/tbielawa/bitmath
Section: devel
Priority: optional
Filename: pool/main/p/python-bitmath/bitmath_1.3.3.1-2_all.deb

5. The same packages on other Linux Distributions