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

Last updated: May 18,2024

1. Install "python3-pyotp" package

Here is a brief guide to show you how to install python3-pyotp on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pyotp

2. Uninstall "python3-pyotp" package

Please follow the guidelines below to uninstall python3-pyotp on openSUSE Leap:

$ sudo zypper remove python3-pyotp

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

Information for package python3-pyotp:
--------------------------------------
Repository : Main Repository
Name : python3-pyotp
Version : 2.3.0-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 53.4 KiB
Installed : No
Status : not installed
Source package : python-pyotp-2.3.0-bp155.2.11.src
Upstream URL : https://github.com/pyotp/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.