How to Install and Uninstall libdata-entropy-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 06,2024

1. Install "libdata-entropy-perl" package

Here is a brief guide to show you how to install libdata-entropy-perl on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libdata-entropy-perl" package

Learn how to uninstall libdata-entropy-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libdata-entropy-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libdata-entropy-perl
Architecture: all
Version: 0.007-3.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 98
Depends: perl:any, libcrypt-rijndael-perl, libdata-float-perl, libhttp-lite-perl, libparams-classify-perl
Filename: pool/universe/libd/libdata-entropy-perl/libdata-entropy-perl_0.007-3.1_all.deb
Size: 41348
MD5sum: 0ffa5acbd068cf3123ef63b32377b3a1
SHA1: bbc74d12d2ec7aa7f92377954e9b0885482b5a5a
SHA256: 25710112c74dcc8baf578b9fee9a8f10a53620814599ae2f4ba800f18cf7024a
SHA512: 24ed107a776f449efc92c93528bcf8b116eb51fcd3465021bd6655bc66909076c754811055b8647598c7ded9f2f95a353a7e61180462c00aa001cfec19ea3750
Homepage: https://metacpan.org/release/Data-Entropy
Description-en: 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: bf232b9f932cc0e331c5707daf63a17a