How to Install and Uninstall perl-String-Random.noarch Package on Rocky Linux 9

Last updated: September 22,2024

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

Please follow the guidance below to install perl-String-Random.noarch on Rocky Linux 9

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

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

This is a short guide on how to uninstall perl-String-Random.noarch on Rocky Linux 9:

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

3. Information about the perl-String-Random.noarch package on Rocky Linux 9

Last metadata expiration check: 1:54:33 ago on Fri Feb 16 06:49:52 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.