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

Last updated: May 15,2024

1. Install "python3-django-cacheops" package

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

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

2. Uninstall "python3-django-cacheops" package

Please follow the steps below to uninstall python3-django-cacheops on Kali Linux:

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

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

Package: python3-django-cacheops
Source: django-cacheops
Version: 7.0.2-1
Installed-Size: 160
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3-funcy, python3-redis, python3:any
Size: 50092
SHA256: 49f3a6984922c93dc35a8399821f5d828b5ed61897ef52ffa3b54c869f361ccc
SHA1: 54a4701ae88d00a9d42464cf398ab6ab24853615
MD5sum: b787d2577ed15c3bbf7a4e217cc78e92
Description: Django app adding automatic or manual queryset caching (Python3 version)
django-cacheops is a slick app that supports automatic or manual queryset
caching and automatic granular event-driven invalidation.
.
It uses redis as backend for ORM cache and redis or filesystem for simple
time-invalidated one.
.
And there is more to it:
.
* decorators to cache any user function or view as a queryset or by time
* extensions for django and jinja2 templates
* transparent transaction support
* dog-pile prevention mechanism
* a couple of hacks to make django faster
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/Suor/django-cacheops
Section: python
Priority: optional
Filename: pool/main/d/django-cacheops/python3-django-cacheops_7.0.2-1_all.deb