How to Install and Uninstall perl-Bytes-Random-Secure.noarch Package on Fedora 39

Last updated: October 04,2024

1. Install "perl-Bytes-Random-Secure.noarch" package

Please follow the instructions below to install perl-Bytes-Random-Secure.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Bytes-Random-Secure.noarch

2. Uninstall "perl-Bytes-Random-Secure.noarch" package

Please follow the guidelines below to uninstall perl-Bytes-Random-Secure.noarch on Fedora 39:

$ sudo dnf remove perl-Bytes-Random-Secure.noarch $ sudo dnf autoremove

3. Information about the perl-Bytes-Random-Secure.noarch package on Fedora 39

Last metadata expiration check: 2:58:22 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Bytes-Random-Secure
Version : 0.29
Release : 24.fc39
Architecture : noarch
Size : 36 k
Source : perl-Bytes-Random-Secure-0.29-24.fc39.src.rpm
Repository : fedora
Summary : Perl extension to generate cryptographically-secure random bytes
URL : https://metacpan.org/release/Bytes-Random-Secure
License : GPL+ or Artistic
Description : Bytes::Random::Secure provides two interfaces for obtaining crypto-quality
: random bytes. The simple interface is built around plain functions. For
: greater control over the random number generator's seeding, there is an
: object-oriented interface that provides much more flexibility.