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

Last updated: October 06,2024

1. Install "python3-pyotp.noarch" package

This guide covers the steps necessary to install python3-pyotp.noarch on AlmaLinux 9

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

2. Uninstall "python3-pyotp.noarch" package

Learn how to uninstall python3-pyotp.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 0:21:47 ago on Wed Mar 13 07:41:12 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.