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

Last updated: May 20,2024

1. Install "elpa-persist" package

Learn how to install elpa-persist on Kali Linux

$ sudo apt update $ sudo apt install elpa-persist

2. Uninstall "elpa-persist" package

This is a short guide on how to uninstall elpa-persist on Kali Linux:

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

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

Package: elpa-persist
Source: persist-el
Version: 0.5+dfsg-1
Installed-Size: 33
Maintainer: Debian Emacsen team
Architecture: all
Depends: dh-elpa-helper, emacsen-common
Recommends: emacs (>= 46.0)
Enhances: emacs
Size: 5640
SHA256: 2d115594c99a11c3499fd97aa56b2894e89d8e5c60788b3fd16aa39696b835a0
SHA1: 000fc0dca53afaa46f352e3f75e83ce3842cb2ad
MD5sum: bd568726121137b52041a420f1eee08e
Description: persist variables between Emacs Sessions
This package enables variables that persist across Emacs sessions.
.
The main entry point is `persist-defvar', which behaves like
`defvar', but which persists the variables between sessions.
Variables are automatically saved when Emacs exits.
.
Other useful functions are `persist-save', which saves the variable
immediately, `persist-load', which loads the saved value, and
`persist-reset', which resets a variable to its default value.
.
Each persistent variable+value pair is stored in a unique file in a
subdirectory of 'user-emacs-directory'.
Description-md5:
Homepage: https://elpa.gnu.org/packages/persist.html
Section: editors
Priority: optional
Filename: pool/main/p/persist-el/elpa-persist_0.5+dfsg-1_all.deb