How to Install and Uninstall python3-flask-security Package on Kali Linux

Last updated: May 04,2024

1. Install "python3-flask-security" package

Please follow the steps below to install python3-flask-security on Kali Linux

$ sudo apt update $ sudo apt install python3-flask-security

2. Uninstall "python3-flask-security" package

This guide covers the steps necessary to uninstall python3-flask-security on Kali Linux:

$ sudo apt remove python3-flask-security $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-flask-security package on Kali Linux

Package: python3-flask-security
Source: flask-security
Version: 4.0.0-1
Installed-Size: 879
Maintainer: Debian Python Team
Architecture: all
Depends: python3-flask (>= 1.1.1), python3-flask-login, python3-flask-mail, python3-flask-principal, python3-flaskext.wtf, python3-itsdangerous, python3-passlib, python3-speaklater, python3-email-validator, python3:any
Size: 119716
SHA256: 67d8b85a67cf1d1e88fb6c438e248ab44b519a793833c0cc5366b25f43bc6a75
SHA1: 159ad911f6be4de6185c79d230c57b8abde23fa1
MD5sum: 192cdb7f083c90f5112dc14deed8a232
Description: Simple security for Flask apps (Python 3)
Flask-Security allows you to quickly add common security mechanisms
to your Flask application. They include:
.
* Session based authentication
* Role management
* Password encryption
* Basic HTTP authentication
* Token based authentication
* Token based account activation (optional)
* Token based password recovery / resetting (optional)
* User registration (optional)
* Login tracking (optional)
* JSON/Ajax Support
.
This is the Python 3 version of the package.
Description-md5: fe8e64f002dd96a9fb27abc7a5fbd898
Homepage: https://github.com/mattupstate/flask-security
Section: python
Priority: optional
Filename: pool/main/f/flask-security/python3-flask-security_4.0.0-1_all.deb