How to Install and Uninstall python312-Flask-Paranoid Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python312-Flask-Paranoid" package

Learn how to install python312-Flask-Paranoid on openSuSE Tumbleweed

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

2. Uninstall "python312-Flask-Paranoid" package

Please follow the step by step instructions below to uninstall python312-Flask-Paranoid on openSuSE Tumbleweed:

$ sudo zypper remove python312-Flask-Paranoid

3. Information about the python312-Flask-Paranoid package on openSuSE Tumbleweed

Information for package python312-Flask-Paranoid:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-Flask-Paranoid
Version : 0.3.0-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 15.4 KiB
Installed : No
Status : not installed
Source package : python-Flask-Paranoid-0.3.0-3.1.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.