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

Last updated: May 03,2024

1. Install "python39-Flask-Paranoid" package

Please follow the guidelines below to install python39-Flask-Paranoid on openSuSE Tumbleweed

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

2. Uninstall "python39-Flask-Paranoid" package

Please follow the guidance below to uninstall python39-Flask-Paranoid on openSuSE Tumbleweed:

$ sudo zypper remove python39-Flask-Paranoid

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

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