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

Last updated: July 02,2024

1. Install "python310-bcrypt" package

This tutorial shows how to install python310-bcrypt on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-bcrypt

2. Uninstall "python310-bcrypt" package

Please follow the steps below to uninstall python310-bcrypt on openSuSE Tumbleweed:

$ sudo zypper remove python310-bcrypt

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

Information for package python310-bcrypt:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-bcrypt
Version : 4.0.1-2.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 569.1 KiB
Installed : No
Status : not installed
Source package : python-bcrypt-4.0.1-2.5.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".