How to Install and Uninstall perl-Crypt-RandPasswd.noarch Package on Fedora 38

Last updated: November 25,2024

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

This tutorial shows how to install perl-Crypt-RandPasswd.noarch on Fedora 38

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

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

Learn how to uninstall perl-Crypt-RandPasswd.noarch on Fedora 38:

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

3. Information about the perl-Crypt-RandPasswd.noarch package on Fedora 38

Last metadata expiration check: 0:23:12 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Crypt-RandPasswd
Version : 0.07
Release : 6.fc38
Architecture : noarch
Size : 34 k
Source : perl-Crypt-RandPasswd-0.07-6.fc38.src.rpm
Repository : fedora
Summary : Random password generator based on FIPS-181
URL : https://metacpan.org/release/Crypt-RandPasswd
License : GPL+ or Artistic
Description : Crypt::RandPasswd provides three functions that can be used to generate
: random passwords, constructed from words, letters, or characters.
:
: This code is a Perl implementation of the Automated Password Generator
: standard, like the program described in "A Random Word Generator For
: Pronounceable Passwords" (not available on-line). This code is a
: re-engineering of the program contained in Appendix A of
: FIPS Publication 181, "Standard for Automated Password Generator".
: In accordance with the standard, the results obtained from this
: program are logically equivalent to those produced by the standard.