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

Last updated: June 30,2024

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

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

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

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

This guide let you learn how to uninstall perl-Crypt-Random.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:14:38 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Crypt-Random
Version : 1.52
Release : 8.fc34
Architecture : noarch
Size : 21 k
Source : perl-Crypt-Random-1.52-8.fc34.src.rpm
Repository : fedora
Summary : Cryptographically Secure, True Random Number Generator
URL : https://metacpan.org/release/Crypt-Random
License : GPL+ or Artistic
Description : Crypt::Random is an interface module to the /dev/random device found on most
: modern unix systems. It also interfaces with egd, a user space entropy
: gathering daemon, available for systems where /dev/random (or similar) devices
: are not available. When Math::Pari is installed, Crypt::Random can generate
: random integers of arbitrary size of a given bitsize or in a specified
: interval.