How to Install and Uninstall python3-bcrypt Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-bcrypt" package

Please follow the steps below to install python3-bcrypt on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-bcrypt

2. Uninstall "python3-bcrypt" package

Learn how to uninstall python3-bcrypt on openSUSE Leap:

$ sudo zypper remove python3-bcrypt

3. Information about the python3-bcrypt package on openSUSE Leap

Information for package python3-bcrypt:
---------------------------------------
Repository : Main Repository
Name : python3-bcrypt
Version : 3.2.0-1.10
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 79.8 KiB
Installed : No
Status : not installed
Source package : python-bcrypt-3.2.0-1.10.src
Upstream URL : https://github.com/pyca/bcrypt/
Summary : BSD type 2a and 2b password hashing
Description :
This Python module supports creating (and verifying) password hashes
using the BSD-originating hashing methods known as "2a" and "2b".