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

Last updated: May 20,2024

1. Install "python-django-memoize-doc" package

In this section, we are going to explain the necessary steps to install python-django-memoize-doc on Kali Linux

$ sudo apt update $ sudo apt install python-django-memoize-doc

2. Uninstall "python-django-memoize-doc" package

Please follow the instructions below to uninstall python-django-memoize-doc on Kali Linux:

$ sudo apt remove python-django-memoize-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: python-django-memoize-doc
Source: django-memoize
Version: 2.2.0+dfsg-3
Installed-Size: 119
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 4.3)
Size: 31212
SHA256: 3fabd09127cf3ccaf565c774da1a86d67111dc6e3fd4930990661d0e00e3ac72
SHA1: 2706d4dd01ab76dced3dbd23b4aa6adf854a1232
MD5sum: 6164f1ac7126ea7e5ff0c311367cf1e7
Description: implementation of memoization technique for Django (common documentation)
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.
.
This is the common documentation package.
Description-md5:
Multi-Arch: foreign
Homepage: https://pythonhosted.org/django-memoize/
Section: doc
Priority: optional
Filename: pool/main/d/django-memoize/python-django-memoize-doc_2.2.0+dfsg-3_all.deb