How to Install and Uninstall libbytesize1 Package on Kali Linux

Last updated: May 08,2024

1. Install "libbytesize1" package

Learn how to install libbytesize1 on Kali Linux

$ sudo apt update $ sudo apt install libbytesize1

2. Uninstall "libbytesize1" package

Please follow the instructions below to uninstall libbytesize1 on Kali Linux:

$ sudo apt remove libbytesize1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libbytesize1 package on Kali Linux

Package: libbytesize1
Source: libbytesize
Version: 2.10-1
Installed-Size: 46
Maintainer: Utopia Maintenance Team
Architecture: amd64
Depends: libc6 (>= 2.14), libgmp10 (>= 2:6.3.0+dfsg), libmpfr6 (>= 3.1.3), libpcre2-8-0 (>= 10.22), libbytesize-common (= 2.10-1)
Size: 12080
SHA256: fb800ffba6ed28067ddc7b61f842ba4520994ee094554ecf11920d859308201f
SHA1: 1b873947d0efccc7d1de07eab65cc7b8f76bcfbf
MD5sum: 6e7fc1cd8c6845890eeb7ae39171b197
Description: library for common operations with sizes in bytes
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.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/storaged-project/libbytesize
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libb/libbytesize/libbytesize1_2.10-1_amd64.deb