How to Install and Uninstall python2-passlib Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python2-passlib" package

This guide covers the steps necessary to install python2-passlib on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-passlib

2. Uninstall "python2-passlib" package

Please follow the guidance below to uninstall python2-passlib on openSUSE Leap:

$ sudo zypper remove python2-passlib

3. Information about the python2-passlib package on openSUSE Leap

Information for package python2-passlib:
----------------------------------------
Repository : Main Repository
Name : python2-passlib
Version : 1.7.1-1.25
Arch : noarch
Vendor : SUSE LLC
Installed Size : 4,0 MiB
Installed : No
Status : not installed
Source package : python-passlib-1.7.1-1.25.src
Summary : Comprehensive password hashing framework supporting over 20 schemes
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 applications.