How to Install and Uninstall elpa-memoize Package on Kali Linux

Last updated: May 16,2024

1. Install "elpa-memoize" package

Here is a brief guide to show you how to install elpa-memoize on Kali Linux

$ sudo apt update $ sudo apt install elpa-memoize

2. Uninstall "elpa-memoize" package

Here is a brief guide to show you how to uninstall elpa-memoize on Kali Linux:

$ sudo apt remove elpa-memoize $ sudo apt autoclean && sudo apt autoremove

3. Information about the elpa-memoize package on Kali Linux

Package: elpa-memoize
Source: emacs-memoize
Version: 1.1-2.1
Installed-Size: 35
Maintainer: Debian Emacsen team
Architecture: all
Depends: dh-elpa-helper, emacsen-common
Recommends: emacs (>= 46.0)
Enhances: emacs
Size: 6580
SHA256: c0817d901e3afb46f67f8077f8bfdae5824a9cd6f84f3187b073619edfabd629
SHA1: bc139ed9239089a4c37debb80713dc824d3e3bc5
MD5sum: 7ad0338f1e6fa02e58e5d457d3d52e21
Description: memoization functions
This package provides memoization functions. `memoize' accepts a
symbol or a function. When given a symbol, the symbol's function
definition is memoized and installed overtop of the original function
definition. When given a function, it returns a memoized version of
that function.
.
Memoization takes up memory, which should be freed at some point.
Because of this, all memoization has a timeout from when the last
access was.
Description-md5:
Homepage: https://github.com/skeeto/emacs-memoize
Section: lisp
Priority: optional
Filename: pool/main/e/emacs-memoize/elpa-memoize_1.1-2.1_all.deb