How to Install and Uninstall krb5-strength Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "krb5-strength" package

In this section, we are going to explain the necessary steps to install krb5-strength on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install krb5-strength

2. Uninstall "krb5-strength" package

Learn how to uninstall krb5-strength on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove krb5-strength $ sudo apt autoclean && sudo apt autoremove

3. Information about the krb5-strength package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: krb5-strength
Priority: extra
Section: universe/net
Installed-Size: 204
Maintainer: Ubuntu Developers
Original-Maintainer: Russ Allbery
Architecture: amd64
Version: 3.0-1
Depends: libc6 (>= 2.14), libcdb1, libcrack2 (>= 2.8.12), libkrb5-3 (>= 1.10+dfsg~alpha1), libsqlite3-0 (>= 3.5.9), perl, adduser
Pre-Depends: multiarch-support
Recommends: cracklib-runtime, libcrypt-pbkdf2-perl, libdb-file-lock-perl, libdbd-sqlite3-perl, libdbi-perl, libgetopt-long-descriptive-perl, libipc-run-perl, libjson-perl, libreadonly-perl, tinycdb
Filename: pool/universe/k/krb5-strength/krb5-strength_3.0-1_amd64.deb
Size: 59068
MD5sum: 827e727ff4da67d2b6807dd3895b5586
SHA1: f04d34d6e3d24361d737036f8acc82ce3cbfa8d1
SHA256: f42341e49ae6e5baa48cd8163622033538b9a376a5153a9bc8e783983a6fd01c
Description-en: Password strength checking for Kerberos KDCs
krb5-strength provides a password quality plugin for the MIT Kerberos KDC
(specifically the kadmind server), an external password quality program
for use with Heimdal, and a per-principal password history implementation
for Heimdal. Passwords can be tested with CrackLib, checked against a
CDB or SQLite database of known weak passwords with some transformations,
checked for length, checked for non-printable or non-ASCII characters
that may be difficult to enter reproducibly, required to contain
particular character classes, or any combination of these tests.
.
No dictionary is shipped with this package. A CrackLib dictionary can be
created with the tools in cracklib-runtime, a CDB or SQLite database can
be created from a password list (obtained separately) using the tools
included in this package, or both.
.
The recommended packages are needed to generate CDB or SQLite databases
and for the password history implementation for Heimdal.
Description-md5: 8675c35d59b7b31637f532ee53c292a3
Enhances: heimdal-kdc, krb5-admin-server
Homepage: http://www.eyrie.org/~eagle/software/krb5-strength/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu