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

Last updated: October 05,2024

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

Please follow the guidelines below to install perl-Crypt-Random.noarch on Fedora 36

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

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

This is a short guide on how to uninstall perl-Crypt-Random.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:20:12 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Crypt-Random
Version : 1.54
Release : 3.fc36
Architecture : noarch
Size : 21 k
Source : perl-Crypt-Random-1.54-3.fc36.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.