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

Last updated: October 05,2024

1. Install "python3-django-ratelimit" package

This guide let you learn how to install python3-django-ratelimit on Kali Linux

$ sudo apt update $ sudo apt install python3-django-ratelimit

2. Uninstall "python3-django-ratelimit" package

Here is a brief guide to show you how to uninstall python3-django-ratelimit on Kali Linux:

$ sudo apt remove python3-django-ratelimit $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-django-ratelimit
Source: python-django-ratelimit
Version: 4.1.0-1
Installed-Size: 65
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3:any
Suggests: python-django-ratelimit-doc
Size: 11712
SHA256: 2ad8f43e69f989047921374be1620a780b8dbe082d69a105c21ffd2957e4d069
SHA1: e8f3224a78deb3b6b3aa576eb1b593180550ef30
MD5sum: aa1bf19d8bd0a4ac2bafbfbb6b36c36a
Description: Cache-based rate-limiting for Django (Python3 version)
Django Ratelimit is a ratelimiting decorator for Django views, storing rate
data in the configured Django cache backend. It requires a Django cache backend
that supports atomic increment operations. The Memcached and Redis backends do,
but the database backend does not.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/jsocol/django-ratelimit
Section: python
Priority: optional
Filename: pool/main/p/python-django-ratelimit/python3-django-ratelimit_4.1.0-1_all.deb