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

Last updated: July 03,2024

1. Install "python38-Flask-Login" package

Please follow the guidelines below to install python38-Flask-Login on openSuSE Tumbleweed

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

2. Uninstall "python38-Flask-Login" package

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

$ sudo zypper remove python38-Flask-Login

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

Information for package python38-Flask-Login:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-Flask-Login
Version : 0.5.0-1.8
Arch : noarch
Vendor : openSUSE
Installed Size : 115,5 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.