How to Install and Uninstall python3-pyotp.noarch Package on CentOS Stream 9

Last updated: September 22,2024

1. Install "python3-pyotp.noarch" package

Please follow the steps below to install python3-pyotp.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-pyotp.noarch

2. Uninstall "python3-pyotp.noarch" package

This is a short guide on how to uninstall python3-pyotp.noarch on CentOS Stream 9:

$ sudo dnf remove python3-pyotp.noarch $ sudo dnf autoremove

3. Information about the python3-pyotp.noarch package on CentOS Stream 9

Last metadata expiration check: 0:14:08 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-pyotp
Version : 2.9.0
Release : 1.el9
Architecture : noarch
Size : 28 k
Source : python-pyotp-2.9.0-1.el9.src.rpm
Repository : epel
Summary : Python One Time Password library
URL : http://pypi.python.org/pypi/pyotp
License : BSD
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.