How to Install and Uninstall python3-a2wsgi Package on Kali Linux

Last updated: July 05,2024

1. Install "python3-a2wsgi" package

Please follow the guidelines below to install python3-a2wsgi on Kali Linux

$ sudo apt update $ sudo apt install python3-a2wsgi

2. Uninstall "python3-a2wsgi" package

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

$ sudo apt remove python3-a2wsgi $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-a2wsgi package on Kali Linux

Package: python3-a2wsgi
Source: python-a2wsgi
Version: 1.10.2-1
Installed-Size: 59
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 12448
SHA256: a803a4ad81c3f35cd7d4016ec72a64236ff04d11614e9625a692cab49e2e80dd
SHA1: a1a74fe0cee1e5dc2febf472ec9112fd8db610fb
MD5sum: 752e529c26ea0ef3b7efb544173b7745
Description: Convert between ASGI and WSGI apps (Python3 version)
Convert WSGI app to ASGI app or ASGI app to WSGI app in pure Python with no
dependencies outside the standard library.
.
Compared with other converters, the advantage is that a2wsgi will not
accumulate the requested content or response content in the memory, so you
don't have to worry about the memory limit. This problem exists in converters
implemented by uvicorn/startlette or hypercorn.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/abersheeran/a2wsgi
Section: python
Priority: optional
Filename: pool/main/p/python-a2wsgi/python3-a2wsgi_1.10.2-1_all.deb