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

Last updated: May 18,2024

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

Here is a brief guide to show you how to install perl-Bytes-Random-Secure.noarch on Fedora 34

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

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

This guide covers the steps necessary to uninstall perl-Bytes-Random-Secure.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:00:35 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Bytes-Random-Secure
Version : 0.29
Release : 17.fc34
Architecture : noarch
Size : 37 k
Source : perl-Bytes-Random-Secure-0.29-17.fc34.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.