How to Install and Uninstall python3-django-otp Package on Kali Linux

Last updated: September 19,2024

1. Install "python3-django-otp" package

Please follow the instructions below to install python3-django-otp on Kali Linux

$ sudo apt update $ sudo apt install python3-django-otp

2. Uninstall "python3-django-otp" package

Please follow the guidelines below to uninstall python3-django-otp on Kali Linux:

$ sudo apt remove python3-django-otp $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-otp package on Kali Linux

Package: python3-django-otp
Source: python-django-otp
Version: 1.3.0-1
Installed-Size: 286
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3:any
Recommends: python3-qrcode
Suggests: python-django-otp-doc (= 1.3.0-1)
Size: 48156
SHA256: 9d84964ab80d0bc68fa230ba955a36edce4be2ebc86b8381fb230487c2ffd74a
SHA1: e6d3ebba208073ba7bf416097ef5f50f92c7e59b
MD5sum: 7532d66f850403e9b1ebd3039fb41a91
Description: pluggable framework for two-factor authentication (Python3 version)
This project makes it easy to add support for one-time passwords (OTPs) to
Django. It can be integrated at various levels, depending on how much
customization is required. It integrates with django.contrib.auth, although it
is not a Django authentication backend. The primary target is developers
wishing to incorporate OTPs into their Django projects as a form of two-factor
authentication.
.
This project includes several simple OTP plugins and more are available
separately. This package also includes an implementation of OATH HOTP and TOTP
for convenience, as these are standard OTP algorithms used by multiple plugins.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/django-otp
Section: python
Priority: optional
Filename: pool/main/p/python-django-otp/python3-django-otp_1.3.0-1_all.deb