How to Install and Uninstall perl-Data-Entropy.noarch Package on AlmaLinux 9

Last updated: July 04,2024

1. Install "perl-Data-Entropy.noarch" package

This guide let you learn how to install perl-Data-Entropy.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install perl-Data-Entropy.noarch

2. Uninstall "perl-Data-Entropy.noarch" package

This is a short guide on how to uninstall perl-Data-Entropy.noarch on AlmaLinux 9:

$ sudo dnf remove perl-Data-Entropy.noarch $ sudo dnf autoremove

3. Information about the perl-Data-Entropy.noarch package on AlmaLinux 9

Last metadata expiration check: 2:32:38 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-Data-Entropy
Version : 0.007
Release : 20.el9
Architecture : noarch
Size : 50 k
Source : perl-Data-Entropy-0.007-20.el9.src.rpm
Repository : epel
Summary : Entropy (randomness) management
URL : https://metacpan.org/release/Data-Entropy
License : GPL+ or Artistic
Description : This module maintains a concept of a current selection of entropy source.
: Algorithms that require entropy, such as those in
: Data::Entropy::Algorithms, 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.