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

Last updated: May 18,2024

1. Install "python3-bytesize" package

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

$ sudo apt update $ sudo apt install python3-bytesize

2. Uninstall "python3-bytesize" package

Learn how to uninstall python3-bytesize on Kali Linux:

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

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

Package: python3-bytesize
Source: libbytesize
Version: 2.10-1
Installed-Size: 37
Maintainer: Utopia Maintenance Team
Architecture: amd64
Depends: libbytesize1 (= 2.10-1), python3:any, python3-six
Size: 7528
SHA256: 952d566814c23b1d6ff4ea64c1ee211441e7361be2bb69658a9d45a649562fdb
SHA1: 36a202680a62ecba2ba44349f4955cd0f9578c87
MD5sum: 32921c262082963eb29679c2c7655fd8
Description: Python 3 bindings for libbytesize
Many projects need to work with sizes in bytes (be it sizes of storage
space, memory, ...) and all of them need to deal with the same issues
like:
.
* How to get a human-readable string for the given size?
* How to store the given size so that no significant information is lost?
* How to handle sizes bigger than MAXUINT64?
* How to interpret sizes entered by users according to their locale and
typing conventions?
* How to deal with the decimal/binary units (MB vs. MiB) ambiguity?
.
This library aims to be as much generally usable as possible, small, fast and
be easily interfaced from other languages.
.
This package contains bindings for libbytesize in Python3.
Description-md5:
Homepage: https://github.com/storaged-project/libbytesize
Section: python
Priority: optional
Filename: pool/main/libb/libbytesize/python3-bytesize_2.10-1_amd64.deb