How to Install and Uninstall perl-Data-Password.noarch Package on AlmaLinux 9

Last updated: October 07,2024

1. Install "perl-Data-Password.noarch" package

This is a short guide on how to install perl-Data-Password.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install perl-Data-Password.noarch

2. Uninstall "perl-Data-Password.noarch" package

Here is a brief guide to show you how to uninstall perl-Data-Password.noarch on AlmaLinux 9:

$ sudo dnf remove perl-Data-Password.noarch $ sudo dnf autoremove

3. Information about the perl-Data-Password.noarch package on AlmaLinux 9

Last metadata expiration check: 1:49:15 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-Data-Password
Version : 1.12
Release : 18.el9
Architecture : noarch
Size : 15 k
Source : perl-Data-Password-1.12-18.el9.src.rpm
Repository : epel
Summary : Perl extension for assessing password quality
URL : https://metacpan.org/release/Data-Password
License : GPL+ or Artistic
Description : This modules checks potential passwords for crackability. It checks that
: the password is in the appropriate length, that it has enough character
: groups, that it does not contain the same chars repeatedly or ascending or
: descending characters, or characters close to each other in the keyboard. It
: will also attempt to search the ispell word file for existence of whole
: words.