How to Install and Uninstall perl-Data-Entropy.noarch Package on Oracle Linux 8

Last updated: July 01,2024

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

In this section, we are going to explain the necessary steps to install perl-Data-Entropy.noarch on Oracle Linux 8

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Data-Entropy.noarch on Oracle Linux 8:

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

3. Information about the perl-Data-Entropy.noarch package on Oracle Linux 8

Last metadata expiration check: 3:54:33 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Data-Entropy
Version : 0.007
Release : 11.el8
Architecture : noarch
Size : 51 k
Source : perl-Data-Entropy-0.007-11.el8.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.