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

Last updated: January 13,2025

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

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

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

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

Please follow the step by step instructions below to uninstall perl-Crypt-Random.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:03:01 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Crypt-Random
Version : 1.54
Release : 2.fc35
Architecture : noarch
Size : 21 k
Source : perl-Crypt-Random-1.54-2.fc35.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.