How to Install and Uninstall perl-Crypt-Random-Seed.noarch Package on Fedora 34

Last updated: September 21,2024

1. Install "perl-Crypt-Random-Seed.noarch" package

Please follow the instructions below to install perl-Crypt-Random-Seed.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Crypt-Random-Seed.noarch

2. Uninstall "perl-Crypt-Random-Seed.noarch" package

Please follow the instructions below to uninstall perl-Crypt-Random-Seed.noarch on Fedora 34:

$ sudo dnf remove perl-Crypt-Random-Seed.noarch $ sudo dnf autoremove

3. Information about the perl-Crypt-Random-Seed.noarch package on Fedora 34

Last metadata expiration check: 4:38:48 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Crypt-Random-Seed
Version : 0.03
Release : 19.fc34
Architecture : noarch
Size : 35 k
Source : perl-Crypt-Random-Seed-0.03-19.fc34.src.rpm
Repository : fedora
Summary : Simple method to get strong randomness
URL : https://metacpan.org/release/Crypt-Random-Seed
License : GPL+ or Artistic
Description : A simple mechanism to get strong randomness. The main purpose of this
: module is to provide a simple way to generate a seed for a PRNG such as
: Math::Random::ISAAC, for use in cryptographic key generation, or as the
: seed for an upstream module such as Bytes::Random::Secure. Flags for
: requiring non-blocking sources are allowed, as well as a very simple method
: for plugging in a source.