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

Last updated: September 20,2024

1. Install "elpa-avy" package

This guide covers the steps necessary to install elpa-avy on Kali Linux

$ sudo apt update $ sudo apt install elpa-avy

2. Uninstall "elpa-avy" package

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

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

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

Package: elpa-avy
Source: avy
Version: 0.5.0-2
Installed-Size: 122
Maintainer: Debian Emacsen team
Architecture: all
Depends: dh-elpa-helper, emacsen-common
Recommends: emacs (>= 46.0)
Enhances: emacs
Size: 28904
SHA256: b110d53c4c6a54a5c6ed2bb3d5938de7fcb05312db5dc798dc32172cde5dbbf7
SHA1: 9b94305b8312d3f81a8809a4c5fa76854f58c154
MD5sum: 5b336a81002e2207e9211747a8cdaae1
Description: jump to things in Emacs tree-style
This package provides a generic completion method based on building
a balanced decision tree with each candidate being a leaf. To
traverse the tree from the root to a desired leaf, typically a
sequence of `read-key' can be used.
.
In order for `read-key' to make sense, the tree needs to be
visualized appropriately, with a character at each branch node. So
this completion method works only for things that you can see on
your screen, all at once:
.
* character positions
* word or subword start positions
* line beginning positions
* link positions
* window positions
.
If you're familiar with the popular `ace-jump-mode' package, this
package does all that and more, without the implementation
headache.
Description-md5:
Homepage: https://github.com/abo-abo/avy
Tag: implemented-in::lisp, role::plugin, suite::emacs, works-with::text
Section: lisp
Priority: optional
Filename: pool/main/a/avy/elpa-avy_0.5.0-2_all.deb