How to Install and Uninstall python3-flask-principal Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python3-flask-principal" package

This guide covers the steps necessary to install python3-flask-principal on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-flask-principal" package

Please follow the instructions below to uninstall python3-flask-principal on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-flask-principal package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-flask-principal
Priority: optional
Section: universe/python
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Tonnerre LOMBARD
Architecture: all
Source: flask-principal
Version: 0.4.0-1build1
Depends: python3-flask, python3:any (>= 3.3.2-2~)
Filename: pool/universe/f/flask-principal/python3-flask-principal_0.4.0-1build1_all.deb
Size: 7586
MD5sum: 9a0c59bba9fe24dd882ba43bbaaa2e06
SHA1: d5f9e5f37b5c355fd535b03d3e4153052c786200
SHA256: 756dd93c331d0e60d23acd7e0cf2800c4c4573cbb524637eb0a1c387724953ca
Description-en: 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: f2a97ba2f12441b5ba858e167ac4046b
Homepage: https://flask-principal.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu