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

Last updated: May 04,2024

1. Install "python3-Flask-Paranoid" package

This tutorial shows how to install python3-Flask-Paranoid on openSUSE Leap

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

2. Uninstall "python3-Flask-Paranoid" package

Please follow the step by step instructions below to uninstall python3-Flask-Paranoid on openSUSE Leap:

$ sudo zypper remove python3-Flask-Paranoid

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

Information for package python3-Flask-Paranoid:
-----------------------------------------------
Repository : Main Repository
Name : python3-Flask-Paranoid
Version : 0.2.0-1.30
Arch : noarch
Vendor : SUSE LLC
Installed Size : 15.3 KiB
Installed : No
Status : not installed
Source package : python-Flask-Paranoid-0.2.0-1.30.src
Upstream URL : http://github.com/miguelgrinberg/flask-paranoid/
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.