How to Install and Uninstall perl-String-Random.noarch Package on Fedora 36

Last updated: May 19,2024

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

This is a short guide on how to install perl-String-Random.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall perl-String-Random.noarch on Fedora 36:

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

3. Information about the perl-String-Random.noarch package on Fedora 36

Last metadata expiration check: 5:52:02 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-String-Random
Version : 0.32
Release : 2.fc36
Architecture : noarch
Size : 29 k
Source : perl-String-Random-0.32-2.fc36.src.rpm
Repository : fedora
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.