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

Last updated: May 07,2024

1. Install "python38-Flask-Paranoid" package

This guide let you learn how to install python38-Flask-Paranoid on openSuSE Tumbleweed

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

2. Uninstall "python38-Flask-Paranoid" package

Please follow the guidelines below to uninstall python38-Flask-Paranoid on openSuSE Tumbleweed:

$ sudo zypper remove python38-Flask-Paranoid

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

Information for package python38-Flask-Paranoid:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-Flask-Paranoid
Version : 0.2.0-4.2
Arch : noarch
Vendor : openSUSE
Installed Size : 15,3 KiB
Installed : No
Status : not installed
Source package : python-Flask-Paranoid-0.2.0-4.2.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.