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

Last updated: July 08,2024

1. Install "python311-Flask-Login" package

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

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

2. Uninstall "python311-Flask-Login" package

This guide let you learn how to uninstall python311-Flask-Login on openSuSE Tumbleweed:

$ sudo zypper remove python311-Flask-Login

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

Information for package python311-Flask-Login:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-Flask-Login
Version : 0.6.2-3.2
Arch : noarch
Vendor : openSUSE
Installed Size : 106.4 KiB
Installed : No
Status : not installed
Source package : python-Flask-Login-0.6.2-3.2.src
Upstream URL : https://github.com/maxcountryman/flask-login
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.