How to Install and Uninstall python3-bitmath.noarch Package on Fedora 39
Last updated: November 25,2024
1. Install "python3-bitmath.noarch" package
This tutorial shows how to install python3-bitmath.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
python3-bitmath.noarch
Copied
2. Uninstall "python3-bitmath.noarch" package
Learn how to uninstall python3-bitmath.noarch on Fedora 39:
$
sudo dnf remove
python3-bitmath.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-bitmath.noarch package on Fedora 39
Last metadata expiration check: 0:28:20 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-bitmath
Version : 1.3.1
Release : 1.fc39.25
Architecture : noarch
Size : 89 k
Source : python-bitmath-1.3.1-1.fc39.25.src.rpm
Repository : fedora
Summary : Aids representing and manipulating file sizes in various prefix notations
URL : https://github.com/tbielawa/bitmath
License : BSD
Description : bitmath simplifies many facets of interacting with file sizes in
: various units. Examples include: converting between SI and NIST prefix
: units (GiB to kB), converting between units of the same type (SI to
: SI, or NIST to NIST), basic arithmetic operations (subtracting 42KiB
: from 50GiB), and rich comparison operations (1024 Bytes == 1KiB),
: bitwise operations, sorting, automatic best human-readable prefix
: selection, and completely customizable formatting.
:
: 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. It can
: also read the capacity of system storage devices. bitmath can parse
: strings (like "1 KiB") into proper objects and has support for
: integration with the argparse module as a custom argument type and the
: progressbar module as a custom file transfer speed widget.
:
: bitmath is thoroughly unittested, with almost 200 individual tests (a
: number which is always increasing). bitmath's test-coverage is almost
: always at 100%.
Available Packages
Name : python3-bitmath
Version : 1.3.1
Release : 1.fc39.25
Architecture : noarch
Size : 89 k
Source : python-bitmath-1.3.1-1.fc39.25.src.rpm
Repository : fedora
Summary : Aids representing and manipulating file sizes in various prefix notations
URL : https://github.com/tbielawa/bitmath
License : BSD
Description : bitmath simplifies many facets of interacting with file sizes in
: various units. Examples include: converting between SI and NIST prefix
: units (GiB to kB), converting between units of the same type (SI to
: SI, or NIST to NIST), basic arithmetic operations (subtracting 42KiB
: from 50GiB), and rich comparison operations (1024 Bytes == 1KiB),
: bitwise operations, sorting, automatic best human-readable prefix
: selection, and completely customizable formatting.
:
: 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. It can
: also read the capacity of system storage devices. bitmath can parse
: strings (like "1 KiB") into proper objects and has support for
: integration with the argparse module as a custom argument type and the
: progressbar module as a custom file transfer speed widget.
:
: bitmath is thoroughly unittested, with almost 200 individual tests (a
: number which is always increasing). bitmath's test-coverage is almost
: always at 100%.