How to Install and Uninstall libdata-entropy-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 05,2024

1. Install "libdata-entropy-perl" package

Learn how to install libdata-entropy-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ 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 16.04 LTS (Xenial Xerus):

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

3. Information about the libdata-entropy-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libdata-entropy-perl
Priority: optional
Section: universe/perl
Installed-Size: 125
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.007-3
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
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
Homepage: https://metacpan.org/release/Data-Entropy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu