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

Last updated: April 29,2024

1. Install "python-flask-principal" package

In this section, we are going to explain the necessary steps to install python-flask-principal on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-flask-principal" package

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

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

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

Package: python-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: python-blinker, python-flask, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/f/flask-principal/python-flask-principal_0.4.0-1build1_all.deb
Size: 7532
MD5sum: ebe20f58162fa4d4c1aa1c1da76ca43c
SHA1: 871d6420c3389159d09f055d0160f16a1fca7e67
SHA256: 133da335f85e3d496f35fd4091dbbb7f2654689bca5afa21376a56b533d2eaf0
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 2 version of the package.
Description-md5: 5f387742f46a37dc4d1a279e8d9f1f19
Homepage: https://flask-principal.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu