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

Last updated: May 17,2024

1. Install "python2-Flask-Paranoid" package

Please follow the steps below to install python2-Flask-Paranoid on openSUSE Leap

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

2. Uninstall "python2-Flask-Paranoid" package

This guide let you learn how to uninstall python2-Flask-Paranoid on openSUSE Leap:

$ sudo zypper remove python2-Flask-Paranoid

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

Information for package python2-Flask-Paranoid:
-----------------------------------------------
Repository : Main Repository
Name : python2-Flask-Paranoid
Version : 0.2.0-1.30
Arch : noarch
Vendor : SUSE LLC
Installed Size : 11,9 KiB
Installed : No
Status : not installed
Source package : python-Flask-Paranoid-0.2.0-1.30.src
Summary : Flask user session protection
Description :
Flask-Paranoid is an extension for the Flask framework that protects the
application against certain attacks in which the user session cookie is stolen
and then used by the attacker.
The extension generates a "paranoid" token according to the IP address and user
agent when a client connects to the flask application.