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

Last updated: May 22,2024

1. Install "python3-django-memoize" package

This tutorial shows how to install python3-django-memoize on Kali Linux

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

2. Uninstall "python3-django-memoize" package

In this section, we are going to explain the necessary steps to uninstall python3-django-memoize on Kali Linux:

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

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

Package: python3-django-memoize
Source: django-memoize
Version: 2.2.0+dfsg-3
Installed-Size: 41
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3:any
Size: 9796
SHA256: 1d15c1ebf1d36b67ec5bc945485f3ba845a05b67a47f8cecd338f3785fd13e7c
SHA1: 237f6163cdeed4143fe8aa03eaea655cef82bf85
MD5sum: 32d9f1fea4d861229c0c90d6f18c7c26
Description: implementation of memoization technique for Django (Python 3)
django-memoize is an implementation of the memoization technique for Django.
You can think of it as a cache for function or method results.
.
In memoization, the functions arguments are also included into the cache_key.
Memoize is also designed for methods, since it will take into account the repr
of the ‘self’ or ‘cls’ argument as part of the cache key. The theory behind
memoization is that if you have a function you need to call several times in
one request, it would only be calculated the first time that function is
called with those arguments.
Description-md5:
Multi-Arch: foreign
Homepage: https://pythonhosted.org/django-memoize/
Section: python
Priority: optional
Filename: pool/main/d/django-memoize/python3-django-memoize_2.2.0+dfsg-3_all.deb