How to Install and Uninstall libformat-human-bytes-perl Package on Kali Linux

Last updated: May 11,2024

1. Install "libformat-human-bytes-perl" package

Please follow the guidance below to install libformat-human-bytes-perl on Kali Linux

$ sudo apt update $ sudo apt install libformat-human-bytes-perl

2. Uninstall "libformat-human-bytes-perl" package

This guide let you learn how to uninstall libformat-human-bytes-perl on Kali Linux:

$ sudo apt remove libformat-human-bytes-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libformat-human-bytes-perl package on Kali Linux

Package: libformat-human-bytes-perl
Version: 0.06-2
Installed-Size: 25
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 7692
SHA256: 5c80887839e549fe8f9042f0e496403bbfae2d2d378a4abe2b924767a2dc31c1
SHA1: 44f3c4f885c11a3ef2521d1ace934fc5b3e4d441
MD5sum: 055f2d28333a7e8e7e5a483170318a88
Description: Format a bytecount and make it human readable
Format::Human::Bytes is used to convert bytecount values to human-readable
strings. It will return you a printable string which is more readable by
humans than a simple bytecount.
.
For example:
use Format::Human::Bytes;
$readable = Format::Human::Bytes::base2($bytecount[,$decimals]);
It will convert in base 2 format.
.
$readable = Format::Human::Bytes::base10($bytecount[,$decimals]);
It will convert in base 10 format.
.
Another way is to create constructor for example:
.
$fhb = Format::Human::Bytes->new();
$readable = $fhb->base2($bytecount[,$decimals]);
$readable = $fhb->base10($bytecount[,$decimals]);
Description-md5:
Homepage: https://metacpan.org/release/Format-Human-Bytes
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libf/libformat-human-bytes-perl/libformat-human-bytes-perl_0.06-2_all.deb