How to Install and Uninstall cracklib.src Package on Oracle Linux 9
Last updated: November 30,2024
1. Install "cracklib.src" package
Please follow the steps below to install cracklib.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
cracklib.src
Copied
2. Uninstall "cracklib.src" package
This is a short guide on how to uninstall cracklib.src on Oracle Linux 9:
$
sudo dnf remove
cracklib.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the cracklib.src package on Oracle Linux 9
Last metadata expiration check: 3:24:46 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : cracklib
Version : 2.9.6
Release : 27.el9
Architecture : src
Size : 6.1 M
Source : None
Repository : ol9_baseos_latest
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.
Available Packages
Name : cracklib
Version : 2.9.6
Release : 27.el9
Architecture : src
Size : 6.1 M
Source : None
Repository : ol9_baseos_latest
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.