How to Install and Uninstall libdata-entropy-perl Package on Kali Linux

Last updated: May 06,2024

1. Install "libdata-entropy-perl" package

This guide covers the steps necessary to install libdata-entropy-perl on Kali Linux

$ sudo apt update $ sudo apt install libdata-entropy-perl

2. Uninstall "libdata-entropy-perl" package

Please follow the guidelines below to uninstall libdata-entropy-perl on Kali Linux:

$ sudo apt remove libdata-entropy-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdata-entropy-perl package on Kali Linux

Package: libdata-entropy-perl
Version: 0.007-4
Installed-Size: 100
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libcrypt-rijndael-perl, libdata-float-perl, libhttp-lite-perl, libparams-classify-perl
Size: 43328
SHA256: 67581d7a90083d54f30546fe273369037e1ef7c9f3142a7efa30d3203e6715a6
SHA1: fd5b29e49e748e37dba0bab1806d049bad63aafc
MD5sum: d3eecb8736a04141480646b74ab6ed07
Description: Perl module for entropy (randomness) management
Data::Entropy maintains a concept of a current selection of entropy source.
Algorithms that require entropy can use the source nominated by this
module, avoiding the need for entropy source objects to be explicitly
passed around. This is convenient because usually one entropy source
will be used for an entire program run and so an explicit entropy source
parameter would rarely vary. There is also a default entropy source,
avoiding the need to explicitly configure a source at all.
.
If nothing is done to set a source then it defaults to the use of Rijndael
(AES) in counter mode (see Data::Entropy::RawSource::CryptCounter
and Crypt::Rijndael), keyed using Perl's built-in rand function.
This gives a data stream that looks like concentrated entropy, but really
only has at most the entropy of the rand seed. Within a single run it
is cryptographically difficult to detect the correlation between parts
of the pseudo-entropy stream. If more true entropy is required then it
is necessary to configure a different entropy source.
Description-md5:
Homepage: https://metacpan.org/release/Data-Entropy
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libd/libdata-entropy-perl/libdata-entropy-perl_0.007-4_all.deb