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

Last updated: September 20,2024

1. Install "python3-passlib.noarch" package

In this section, we are going to explain the necessary steps to install python3-passlib.noarch on Rocky Linux 8

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

2. Uninstall "python3-passlib.noarch" package

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

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

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

Last metadata expiration check: 0:38:27 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-passlib
Version : 1.7.2
Release : 1.el8
Architecture : noarch
Size : 759 k
Source : python-passlib-1.7.2-1.el8.src.rpm
Repository : epel
Summary : Comprehensive password hashing framework supporting over 20 schemes
URL : https://bitbucket.org/ecollins/passlib
License : BSD and Beerware and Copyright only
Description : Passlib is a password hashing library for Python 2 & 3, which provides
: cross-platform implementations of over 20 password hashing algorithms,
: as well as a framework for managing existing password hashes. It's
: designed to be useful for a wide range of tasks, from verifying a hash
: found in /etc/shadow, to providing full-strength password hashing for
: multi-user application.