How to Install and Uninstall python3-Flask-Login Package on openSUSE Leap

Last updated: May 21,2024

1. Install "python3-Flask-Login" package

This guide covers the steps necessary to install python3-Flask-Login on openSUSE Leap

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

2. Uninstall "python3-Flask-Login" package

Please follow the guidance below to uninstall python3-Flask-Login on openSUSE Leap:

$ sudo zypper remove python3-Flask-Login

3. Information about the python3-Flask-Login package on openSUSE Leap

Information for package python3-Flask-Login:
--------------------------------------------
Repository : Main Repository
Name : python3-Flask-Login
Version : 0.4.1-1.30
Arch : noarch
Vendor : SUSE LLC
Installed Size : 112.3 KiB
Installed : No
Status : not installed
Source package : python-Flask-Login-0.4.1-1.30.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.