How to Install and Uninstall python3-pyotp.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 26,2024

1. Install "python3-pyotp.noarch" package

Learn how to install python3-pyotp.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-pyotp.noarch" package

This tutorial shows how to uninstall python3-pyotp.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-pyotp.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:32:43 ago on Mon Feb 26 07:04:30 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.