How to Install and Uninstall python3-zxcvbn.noarch Package on Fedora 38
Last updated: January 13,2025
1. Install "python3-zxcvbn.noarch" package
This tutorial shows how to install python3-zxcvbn.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
python3-zxcvbn.noarch
Copied
2. Uninstall "python3-zxcvbn.noarch" package
Here is a brief guide to show you how to uninstall python3-zxcvbn.noarch on Fedora 38:
$
sudo dnf remove
python3-zxcvbn.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-zxcvbn.noarch package on Fedora 38
Last metadata expiration check: 1:54:03 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-zxcvbn
Version : 4.4.28
Release : 8.fc38
Architecture : noarch
Size : 410 k
Source : python-zxcvbn-4.4.28-8.fc38.src.rpm
Repository : fedora
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.
Available Packages
Name : python3-zxcvbn
Version : 4.4.28
Release : 8.fc38
Architecture : noarch
Size : 410 k
Source : python-zxcvbn-4.4.28-8.fc38.src.rpm
Repository : fedora
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.