How to Install and Uninstall perl-Data-Entropy.noarch Package on Fedora 34

Last updated: October 11,2024

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

This is a short guide on how to install perl-Data-Entropy.noarch on Fedora 34

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

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

This tutorial shows how to uninstall perl-Data-Entropy.noarch on Fedora 34:

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

3. Information about the perl-Data-Entropy.noarch package on Fedora 34

Last metadata expiration check: 2:14:22 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Data-Entropy
Version : 0.007
Release : 15.fc34
Architecture : noarch
Size : 51 k
Source : perl-Data-Entropy-0.007-15.fc34.src.rpm
Repository : fedora
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.