How to Install and Uninstall python310-passlib Package on openSuSE Tumbleweed

Last updated: June 16,2024

1. Install "python310-passlib" package

Please follow the steps below to install python310-passlib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-passlib

2. Uninstall "python310-passlib" package

Here is a brief guide to show you how to uninstall python310-passlib on openSuSE Tumbleweed:

$ sudo zypper remove python310-passlib

3. Information about the python310-passlib package on openSuSE Tumbleweed

Information for package python310-passlib:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-passlib
Version : 1.7.4-6.5
Arch : noarch
Vendor : openSUSE
Installed Size : 3.9 MiB
Installed : No
Status : not installed
Source package : python-passlib-1.7.4-6.5.src
Upstream URL : https://foss.heptapod.net/python-libs/passlib
Summary : Password hashing framework supporting over 20 schemes
Description :
Passlib is a password hashing library for Python 2 & 3. It provides
implementations of over 20 password hashing algorithms, as well as a
framework for managing existing password hashes. It can verify hashes
found in /etc/shadow, and provide password hashing for
applications.