How to Install and Uninstall python3-django-compression-middleware Package on Kali Linux

Last updated: June 29,2024

1. Install "python3-django-compression-middleware" package

Here is a brief guide to show you how to install python3-django-compression-middleware on Kali Linux

$ sudo apt update $ sudo apt install python3-django-compression-middleware

2. Uninstall "python3-django-compression-middleware" package

This guide covers the steps necessary to uninstall python3-django-compression-middleware on Kali Linux:

$ sudo apt remove python3-django-compression-middleware $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-compression-middleware package on Kali Linux

Package: python3-django-compression-middleware
Source: django-compression-middleware
Version: 0.5.0-1
Installed-Size: 37
Maintainer: Debian Python Team
Architecture: all
Depends: python3-brotli, python3-django, python3-zstandard, python3:any
Size: 9928
SHA256: 4e739de76ee7ffaa7a56bba7123bc8700deb326fa6a31d8e653c3770449a60b1
SHA1: 5de47266d78255c6e86397ea0b271aaf323b693f
MD5sum: 01647c1a1c9fdfe0196342b6dfd0fd72
Description: Django middleware to compress responses using several algorithms
This middleware implements compressed content encoding for HTTP. It is similar
to Django's GZipMiddleware, but additionally supports other compression
methods. It is meant to be a drop-in replacement for Django's GZipMiddleware.
.
The middleware is focussed on the task of compressing typical Django responses
such as HTML, JSON, etc. Both normal (bulk) and streaming responses are
supported. For static file compression, have a look at other projects such as
WhiteNoise.
.
Zstandard is a new method for compression with little client support so far.
Most browsers now support Brotli compression. The middleware will choose the
best compression method supported by the client as indicated in the request's
Accept-Encoding header.
Description-md5:
Homepage: https://github.com/friedelwolff/django-compression-middleware
Section: python
Priority: optional
Filename: pool/main/d/django-compression-middleware/python3-django-compression-middleware_0.5.0-1_all.deb