How to Install and Uninstall python311-pyotp Package on openSuSE Tumbleweed

Last updated: June 21,2024

1. Install "python311-pyotp" package

Please follow the guidance below to install python311-pyotp on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pyotp

2. Uninstall "python311-pyotp" package

This tutorial shows how to uninstall python311-pyotp on openSuSE Tumbleweed:

$ sudo zypper remove python311-pyotp

3. Information about the python311-pyotp package on openSuSE Tumbleweed

Information for package python311-pyotp:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pyotp
Version : 2.9.0-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 62.2 KiB
Installed : No
Status : not installed
Source package : python-pyotp-2.9.0-2.4.src
Upstream URL : https://github.com/pyauth/pyotp
Summary : Python One Time Password Library
Description :
PyOTP is a Python library for generating and verifying one-time passwords. It can be used to implement two-factor (2FA)
or multi-factor (MFA) authentication methods in web applications and in other systems that require users to log in.