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

Last updated: July 01,2024

1. Install "python39-Flask-Login" package

Please follow the instructions below to install python39-Flask-Login on openSuSE Tumbleweed

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

2. Uninstall "python39-Flask-Login" package

Please follow the instructions below to uninstall python39-Flask-Login on openSuSE Tumbleweed:

$ sudo zypper remove python39-Flask-Login

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

Information for package python39-Flask-Login:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-Flask-Login
Version : 0.6.2-3.2
Arch : noarch
Vendor : openSUSE
Installed Size : 89.9 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.