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

Last updated: July 01,2024

1. Install "python2-Flask-Login" package

Please follow the instructions below to install python2-Flask-Login on openSUSE Leap

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

2. Uninstall "python2-Flask-Login" package

Please follow the guidelines below to uninstall python2-Flask-Login on openSUSE Leap:

$ sudo zypper remove python2-Flask-Login

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

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