How to Install and Uninstall python3-zxcvbn.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python3-zxcvbn.noarch" package

This is a short guide on how to install python3-zxcvbn.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install python3-zxcvbn.noarch

2. Uninstall "python3-zxcvbn.noarch" package

Please follow the guidance below to uninstall python3-zxcvbn.noarch on Rocky Linux 8:

$ sudo dnf remove python3-zxcvbn.noarch $ sudo dnf autoremove

3. Information about the python3-zxcvbn.noarch package on Rocky Linux 8

Last metadata expiration check: 0:08:06 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-zxcvbn
Version : 4.4.28
Release : 2.el8
Architecture : noarch
Size : 410 k
Source : python-zxcvbn-4.4.28-2.el8.src.rpm
Repository : epel
Summary : Realistic password strength estimator python3 module
URL : https://github.com/dwolfhub/zxcvbn-python
License : MIT
Description : A realistic password strength estimator.
:
: This is a Python implementation of the library created by the team at Dropbox.
: The original library was written for JavaScript.
:
: Accepts user data to be added to the dictionaries that are tested against
: (name, birthdate, etc). Gives a score to the password, from 0 (terrible)
: to 4 (great). It provides feedback on the password and ways to improve it
: and returns time estimates on how long it would take to guess the password
: in different situations.