How to Install and Uninstall python36-Flask-Login Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python36-Flask-Login" package

This tutorial shows how to install python36-Flask-Login on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-Flask-Login

2. Uninstall "python36-Flask-Login" package

Learn how to uninstall python36-Flask-Login on openSuSE Tumbleweed:

$ sudo zypper remove python36-Flask-Login

3. Information about the python36-Flask-Login package on openSuSE Tumbleweed

Information for package python36-Flask-Login:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-Flask-Login
Version : 0.5.0-1.8
Arch : noarch
Vendor : openSUSE
Installed Size : 115,2 KiB
Installed : No
Status : not installed
Source package : python-Flask-Login-0.5.0-1.8.src
Summary : User session management for Flask
Description :
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.