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

Last updated: May 02,2024

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

Please follow the guidelines below to install perl-Crypt-RandPasswd.noarch on Fedora 36

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

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

Please follow the step by step instructions below to uninstall perl-Crypt-RandPasswd.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:30:19 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Crypt-RandPasswd
Version : 0.07
Release : 3.fc36
Architecture : noarch
Size : 34 k
Source : perl-Crypt-RandPasswd-0.07-3.fc36.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.