How to Install and Uninstall python3-pyotp Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "python3-pyotp" package

This guide let you learn how to install python3-pyotp on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-pyotp

2. Uninstall "python3-pyotp" package

This guide covers the steps necessary to uninstall python3-pyotp on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-pyotp $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pyotp package on Ubuntu 21.10 (Impish Indri)

Package: python3-pyotp
Architecture: all
Version: 2.3.0-1
Priority: optional
Section: universe/python
Source: python-pyotp
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Hugo Lefeuvre
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 46
Depends: python3:any
Filename: pool/universe/p/python-pyotp/python3-pyotp_2.3.0-1_all.deb
Size: 13044
MD5sum: 40cb65f0ea04453890b5085d2c967e87
SHA1: e3e4884ee347359ce13264bfbb6d34ca30b36fef
SHA256: 9bae8941ffbab3c1ecc57dd84115140c71bf87894e100e51205e52dc7fe33018
SHA512: 0ad9a300c15eb812d40b9246ac4251c4d720b52b8aed17ffc08a685b2b581418337ec5de67c2009dad53a5cb2aa5341af1d5d30a26c55a89df5a942a7fdab011
Homepage: https://github.com/pyotp/pyotp
Description-en: Python One Time Password Library
This package contains 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.
.
Quick overview of using One Time Passwords on your phone:
.
* OTPs involve a shared secret, stored both on the phone and the server
* OTPs can be generated on a phone without internet connectivity
* OTPs should always be used as a second factor of authentication(if your
phone is lost, you account is still secured with a password)
* Google Authenticator allows you to store multiple OTP secrets and provision
those using a QR Code(no more typing in the secret)
Description-md5: a7eae0a2ff905a817c2e14b08239d2a8