How to Install and Uninstall python-django-memoize-doc Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 20,2024

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

Please follow the guidance below to install python-django-memoize-doc on Ubuntu 21.10 (Impish Indri)

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

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

This tutorial shows how to uninstall python-django-memoize-doc on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python-django-memoize-doc package on Ubuntu 21.10 (Impish Indri)

Package: python-django-memoize-doc
Architecture: all
Version: 2.2.0+dfsg-1
Multi-Arch: foreign
Priority: optional
Section: universe/doc
Source: django-memoize
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 123
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/d/django-memoize/python-django-memoize-doc_2.2.0+dfsg-1_all.deb
Size: 28228
MD5sum: c824fed8c144cd35d75ab7f9f4160275
SHA1: c799883206cbf4a9b75b9c56fbfb40e1677b9cd3
SHA256: c9487f061df99eddafae94387ef0620402734409c943228e7991a52c9f9632ce
SHA512: fbbb9320e118019f4976ad4b2b25509c7720af01df86dd47afc2016f9b49b4e635804e3f36a42c6b0400e3df404a9dfc7f84f88cd1ec10d7266358690755e0c7
Homepage: https://pythonhosted.org/django-memoize/
Description-en: 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: 72f519d47186a95766a9447cc1daf4d3