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

Last updated: May 21,2024

1. Install "python3-flask-login" package

Please follow the guidance below to install python3-flask-login on Kali Linux

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

2. Uninstall "python3-flask-login" package

Here is a brief guide to show you how to uninstall python3-flask-login on Kali Linux:

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

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

Package: python3-flask-login
Source: flask-login
Version: 0.6.3-1
Installed-Size: 80
Maintainer: Debian Python Team
Architecture: all
Depends: python3-flask (>= 1.0.4), python3-werkzeug, python3:any
Suggests: python-flask-login-doc
Size: 22520
SHA256: a1cd2ae810e5115477b8fe29a8c0bb343f7904894aa0030bf96012ba5d17f52d
SHA1: f5c750cfd3241f77f2236780ad8873937305109d
MD5sum: e07d49b63a52acf9d94f692d4df82c79
Description: user session management for Flask -- Python 3 module
Flask-Login provides user session management for Flask. It handles the
common tasks of logging in, logging out, and remembering your users'
sessions over extended periods of time.
.
Flask-Login is not bound to any particular database system or permissions
model. The only requirement is that your user objects implement a few
methods, and that you provide a callback to the extension capable of
loading users from their ID.
.
This package provides the Python 3 module.
Description-md5:
Homepage: https://github.com/maxcountryman/flask-login
Section: python
Priority: optional
Filename: pool/main/f/flask-login/python3-flask-login_0.6.3-1_all.deb