How to Install and Uninstall python-zxcvbn Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "python-zxcvbn" package

Please follow the steps below to install python-zxcvbn on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-zxcvbn

2. Uninstall "python-zxcvbn" package

This guide let you learn how to uninstall python-zxcvbn on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-zxcvbn $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-zxcvbn package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-zxcvbn
Priority: optional
Section: universe/python
Installed-Size: 1023
Maintainer: Ubuntu Developers
Original-Maintainer: Riley Baird
Architecture: all
Version: 1.0+git20130503.bc1c2d-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-pkg-resources
Filename: pool/universe/p/python-zxcvbn/python-zxcvbn_1.0+git20130503.bc1c2d-1_all.deb
Size: 316188
MD5sum: 7d542e59d7eb00b78181051b429021e6
SHA1: a58b5728fe19c58f0509c2faa287a11745c57a55
SHA256: 8ff549c2f5306305e811b7bcc9db9bf5438429e1650fccd2b4603a7d720a780b
Description-en: Password strength calculator
python-zxcvbn contains the function password_strength(), which
when used is able to determine the estimated time it would take
to crack a password. Using those results, a strength score can
be calculated.
.
In determining these results, python-zxcvbn makes use of common
passwords, common American names and surnames, common English
words, and common patterns like dates, repeats (aaa), sequences
(abcd), and QWERTY patterns.
.
python-zxcvbn is a Python 2 port of the coffeescript zxcvbn,
which is used on the website of Dropbox.
Description-md5: 68c19117480b765e6f1b9e85b0094e6c
Homepage: https://github.com/dropbox/python-zxcvbn/tree/master/zxcvbn
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu