How to Install and Uninstall cracklib.i686 Package on Amazon Linux 2

Last updated: May 05,2024

1. Install "cracklib.i686" package

Please follow the steps below to install cracklib.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install cracklib.i686

2. Uninstall "cracklib.i686" package

This guide let you learn how to uninstall cracklib.i686 on Amazon Linux 2:

$ sudo yum remove cracklib.i686 $ sudo yum autoremove

3. Information about the cracklib.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : cracklib
Arch : i686
Version : 2.9.0
Release : 11.amzn2.0.2
Size : 80 k
Repo : amzn2-core/2/x86_64
Summary : A password-checking library
URL : http://sourceforge.net/projects/cracklib/
License : LGPLv2+
Description : CrackLib tests passwords to determine whether they match certain
: security-oriented characteristics, with the purpose of stopping
: users from choosing passwords that are easy to guess. CrackLib
: performs several tests on passwords: it tries to generate words
: from a username and gecos entry and checks those words against the
: password; it checks for simplistic patterns in passwords; and it
: checks for the password in a dictionary.
:
: CrackLib is actually a library containing a particular C function
: which is used to check the password, as well as other C
: functions. CrackLib is not a replacement for a passwd program; it
: must be used in conjunction with an existing passwd program.
:
: Install the cracklib package if you need a program to check users'
: passwords to see if they are at least minimally secure. If you
: install CrackLib, you will also want to install the cracklib-dicts
: package.