How to Install and Uninstall perl-String-Random.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

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

Please follow the steps below to install perl-String-Random.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Here is a brief guide to show you how to uninstall perl-String-Random.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-String-Random.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:45:15 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-String-Random
Version : 0.32
Release : 1.el9
Architecture : noarch
Size : 29 k
Source : perl-String-Random-0.32-1.el9.src.rpm
Repository : epel
Summary : Perl module to generate random strings based on a pattern
URL : https://metacpan.org/release/String-Random
License : GPL+ or Artistic
Description : This module makes it trivial to generate random strings. Currently,
: String::Random defaults to Perl's built-in predictable random number
: generator so the passwords generated by it are insecure.