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

Last updated: May 16,2024

1. Install "python3-flask-principal" package

Here is a brief guide to show you how to install python3-flask-principal on Kali Linux

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

2. Uninstall "python3-flask-principal" package

This guide let you learn how to uninstall python3-flask-principal on Kali Linux:

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

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

Package: python3-flask-principal
Source: flask-principal
Version: 0.4.0-4
Installed-Size: 35
Maintainer: Debian Python Team
Architecture: all
Depends: python3-flask, python3:any
Size: 8012
SHA256: 473668e22e7b661bab11fc6f9cd8d8f0e205b774664a41c5c06aaae2b1303573
SHA1: 00a050c10a7a3952505663c0e40fc243094fb019
MD5sum: c6bf20d2ea263b009bc7f95f5abf6606
Description: identity management for Flask
Flask-Principal provides a very loose framework to tie in providers of two
types of service, often located in different parts of a web application:
.
- Authentication providers
- User information providers
.
For example, an authentication provider may be oauth, using Flask-OAuth and
the user information may be stored in a relational database. Looseness of
the framework is provided by using signals as the interface.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://flask-principal.readthedocs.org/
Section: python
Priority: optional
Filename: pool/main/f/flask-principal/python3-flask-principal_0.4.0-4_all.deb