How to Install and Uninstall libdata-entropy-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 05,2024

1. Install "libdata-entropy-perl" package

This guide covers the steps necessary to install libdata-entropy-perl on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libdata-entropy-perl" package

Here is a brief guide to show you how to uninstall libdata-entropy-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libdata-entropy-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libdata-entropy-perl
Architecture: all
Version: 0.007-3
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 125
Depends: perl, 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_all.deb
Size: 41444
MD5sum: feda2d90c6ac1348c866aca405488768
SHA1: 3b4bf7f74bc24d45f53e260a9f462b05d50820ab
SHA256: 37205d69d3eb4625ed044602c8685d6b42d5dfc2254184c29894388e1a104205
SHA512: bfd0696af9cc208f93802eaafb0463f79459165466179116c4ce1b822a526b763e525b1a881e2051308df9f0331f844aa043e179ccfdfed474bd480b905bc884
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