How to Install and Uninstall python3-aiohttp-session Package on Kali Linux

Last updated: May 15,2024

1. Install "python3-aiohttp-session" package

This guide let you learn how to install python3-aiohttp-session on Kali Linux

$ sudo apt update $ sudo apt install python3-aiohttp-session

2. Uninstall "python3-aiohttp-session" package

This is a short guide on how to uninstall python3-aiohttp-session on Kali Linux:

$ sudo apt remove python3-aiohttp-session $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-aiohttp-session package on Kali Linux

Package: python3-aiohttp-session
Source: python-aiohttp-session
Version: 2.11.0-1
Installed-Size: 58
Maintainer: Debian Python Team
Architecture: all
Depends: python3-aiohttp, python3-typing-extensions | python3 (>> 3.8), python3:any
Size: 11256
SHA256: cb8466388e69b68f4dbbe8b2b82d38035517a3bc470ec9be658bb0036eec17b9
SHA1: 94c93c46a6a62933ec12591c10767592e55bfe30
MD5sum: 0712ddea0ce096b12af86e8ec09821df
Description: provides sessions for aiohttp.web
The library allows us to store user-specific data into a session object.
.
The session object has a dict-like interface (operations like
session[key] = value, value = session[key] etc. are present).
.
Before processing the session in a web-handler, you have to register the
session middleware in aiohttp.web.Application.
Description-md5:
Homepage: https://github.com/aio-libs/aiohttp-session
Section: python
Priority: optional
Filename: pool/main/p/python-aiohttp-session/python3-aiohttp-session_2.11.0-1_all.deb