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

Last updated: November 26,2024

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

Please follow the steps below to install perl-Bytes-Random-Secure.noarch on Fedora 38

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

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

Learn how to uninstall perl-Bytes-Random-Secure.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:45:23 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Bytes-Random-Secure
Version : 0.29
Release : 23.fc38
Architecture : noarch
Size : 36 k
Source : perl-Bytes-Random-Secure-0.29-23.fc38.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.