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

Last updated: May 05,2024

1. Install "elpa-ht" package

In this section, we are going to explain the necessary steps to install elpa-ht on Kali Linux

$ sudo apt update $ sudo apt install elpa-ht

2. Uninstall "elpa-ht" package

Please follow the guidelines below to uninstall elpa-ht on Kali Linux:

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

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

Package: elpa-ht
Source: ht-el
Version: 2.3-2
Installed-Size: 42
Maintainer: Debian Emacsen team
Architecture: all
Depends: elpa-dash (>= 2.12.0), dh-elpa-helper, emacsen-common
Recommends: emacs (>= 46.0)
Enhances: emacs
Size: 9748
SHA256: 8b3d891aeeb3a94dfb4e111edf5d344c6a5390bddd6a1bef87e2b02656026f28
SHA1: 4d226f1e8e5e244ecbcc93da3c29fba7cd2645a6
MD5sum: 6785523a66cd704f1899627c7e6200d7
Description: hash table library for Emacs
The missing hash table library for Emacs. Libraries like `s.el'
(strings) and `dash.el' (lists) have shown how much nicer Emacs Lisp
programming can be with good libraries. `ht.el' aims to similarly
simplify working with hash tables.
.
Common operations with hash tables (e.g. enumerate the keys) are too
difficult in Emacs Lisp.
.
`ht.el' offers:
.
* a consistent naming scheme;
* a more natural argument ordering;
* a more comprehensive range of hash table operations;
* mutation functions always return nil.
Description-md5:
Homepage: https://github.com/Wilfred/ht.el
Tag: devel::lang:lisp, implemented-in::lisp, role::plugin, suite::emacs
Section: lisp
Priority: optional
Filename: pool/main/h/ht-el/elpa-ht_2.3-2_all.deb