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

Last updated: January 04,2025

1. Install "python311-Flask-Paranoid" package

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

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

2. Uninstall "python311-Flask-Paranoid" package

Please follow the steps below to uninstall python311-Flask-Paranoid on openSuSE Tumbleweed:

$ sudo zypper remove python311-Flask-Paranoid

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

Information for package python311-Flask-Paranoid:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-Flask-Paranoid
Version : 0.3.0-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 16.0 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.