How to Install and Uninstall python3-flask-kvsession Package on Kali Linux

Last updated: September 21,2024

1. Install "python3-flask-kvsession" package

This guide covers the steps necessary to install python3-flask-kvsession on Kali Linux

$ sudo apt update $ sudo apt install python3-flask-kvsession

2. Uninstall "python3-flask-kvsession" package

Please follow the guidelines below to uninstall python3-flask-kvsession on Kali Linux:

$ sudo apt remove python3-flask-kvsession $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-flask-kvsession package on Kali Linux

Package: python3-flask-kvsession
Source: flask-kvsession
Version: 0.6.4-0kali1
Architecture: all
Maintainer: Kali Developers
Installed-Size: 32
Depends: python3-flask (>= 0.8), python3-itsdangerous, python3-simplekv, python3-six, python3-werkzeug, python3:any
Suggests: python-flask-kvsession-doc
Homepage: https://pypi.org/project/Flask-KVSession-fork
Priority: optional
Section: python
Filename: pool/main/f/flask-kvsession/python3-flask-kvsession_0.6.4-0kali1_all.deb
Size: 7384
SHA256: 85cb4f64bdf37f69f61be07d640a36c10855d33c66706c8e272b00b7e3a6a302
SHA1: 5a387f00fb9c6e26f1230c213115667071df8659
MD5sum: 7d4bcffd03dd22b6a924c6321cd52652
Description: Flask's session handling using server-side sessions (Python 3)
This package contains server-side session replacement for Flask's signed
client-based session management. Instead of storing data on the client, only a
securely generated ID is stored on the client, while the actual session data
resides on the server.
.
This has two major advantages:
- Clients no longer see the session information
- It is possible to securely destroy sessions to protect against replay
attacks.
.
Other things are possible with server side session that are impossible with
clients side sessions, like inspecting and manipulating data in absence of the
client.
.
This package installs the library for Python 3.
Description-md5: