How to Install and Uninstall python3-pyotp.noarch Package on Fedora 39

Last updated: November 30,2024

1. Install "python3-pyotp.noarch" package

Learn how to install python3-pyotp.noarch on Fedora 39

$ 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 Fedora 39:

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

3. Information about the python3-pyotp.noarch package on Fedora 39

Last metadata expiration check: 2:11:23 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-pyotp
Version : 2.9.0
Release : 1.fc39
Architecture : noarch
Size : 36 k
Source : python-pyotp-2.9.0-1.fc39.src.rpm
Repository : fedora
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.