How to Install and Uninstall perl-Crypt-GeneratePassword.noarch Package on Rocky Linux 8

Last updated: June 30,2024

1. Install "perl-Crypt-GeneratePassword.noarch" package

This tutorial shows how to install perl-Crypt-GeneratePassword.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-Crypt-GeneratePassword.noarch

2. Uninstall "perl-Crypt-GeneratePassword.noarch" package

Please follow the step by step instructions below to uninstall perl-Crypt-GeneratePassword.noarch on Rocky Linux 8:

$ sudo dnf remove perl-Crypt-GeneratePassword.noarch $ sudo dnf autoremove

3. Information about the perl-Crypt-GeneratePassword.noarch package on Rocky Linux 8

Last metadata expiration check: 1:11:42 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Crypt-GeneratePassword
Version : 0.05
Release : 17.el8
Architecture : noarch
Size : 218 k
Source : perl-Crypt-GeneratePassword-0.05-17.el8.src.rpm
Repository : epel
Summary : Generate secure random pronounceable passwords
URL : https://metacpan.org/release/Crypt-GeneratePassword
License : GPL+ or Artistic
Description : Crypt::GeneratePassword generates random passwords that are (more or less)
: pronounceable. Unlike Crypt::RandPasswd, it doesn't use the FIPS-181 NIST
: standard, which is proven to be insecure. It does use a similar interface,
: so it should be a drop-in replacement in most cases.