How to Install and Uninstall perl-Crypt-GeneratePassword.noarch Package on Fedora 34

Last updated: October 05,2024

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

This tutorial shows how to install perl-Crypt-GeneratePassword.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall perl-Crypt-GeneratePassword.noarch on Fedora 34:

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

3. Information about the perl-Crypt-GeneratePassword.noarch package on Fedora 34

Last metadata expiration check: 0:58:07 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Crypt-GeneratePassword
Version : 0.05
Release : 15.fc34
Architecture : noarch
Size : 187 k
Source : perl-Crypt-GeneratePassword-0.05-15.fc34.src.rpm
Repository : fedora
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.