How to Install and Uninstall perl-Bytes-Random-Secure.noarch Package on CentOS 8 / RHEL 8

Last updated: April 29,2024

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

This is a short guide on how to install perl-Bytes-Random-Secure.noarch on CentOS 8 / RHEL 8

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

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

Please follow the step by step instructions below to uninstall perl-Bytes-Random-Secure.noarch on CentOS 8 / RHEL 8:

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

3. Information about the perl-Bytes-Random-Secure.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:31:44 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-Bytes-Random-Secure
Version : 0.29
Release : 14.el8
Architecture : noarch
Size : 38 k
Source : perl-Bytes-Random-Secure-0.29-14.el8.src.rpm
Repository : epel
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.