How to Install and Uninstall elpa-expand-region Package on Kali Linux

Last updated: May 17,2024

1. Install "elpa-expand-region" package

Learn how to install elpa-expand-region on Kali Linux

$ sudo apt update $ sudo apt install elpa-expand-region

2. Uninstall "elpa-expand-region" package

This guide let you learn how to uninstall elpa-expand-region on Kali Linux:

$ sudo apt remove elpa-expand-region $ sudo apt autoclean && sudo apt autoremove

3. Information about the elpa-expand-region package on Kali Linux

Package: elpa-expand-region
Source: expand-region-el
Version: 1.0.0-1
Installed-Size: 175
Maintainer: Debian Emacsen Team
Architecture: all
Replaces: expand-region-el (<< 0.10.0-6)
Provides: expand-region-el
Depends: dh-elpa-helper, emacsen-common
Enhances: emacs
Breaks: expand-region-el (<< 0.10.0-6), sml-mode (<< 6)
Size: 28676
SHA256: 7e00d8afdf0994aaac9a81d326e4fc2b3dde7826b8e638c34c8ca6653d7a563c
SHA1: 6a809e7ad4a3cb9ee497a52d0f8c29118fac2ad3
MD5sum: d9d86f7076192cb173a8441fbe6ee46a
Description: Increase selected region in Emacs by semantic units
Expand region increases the selected region by semantic units. Just
keep pressing the 'C-=' key until it selects what you want.
The notion of "semantic" is language-sensitive.
.
Example: editing
.
(setq alphabet-start "abc def")
.
With the cursor at the `c`, it starts by marking the entire word
`abc`, then expand to the contents of the quotes `abc def`, then to
the entire quote `"abc def"`, then to the contents of the sexp `setq
alphabet-start "abc def"` and finally to the entire sexp.
Description-md5:
Homepage: https://github.com/magnars/expand-region.el
Tag: implemented-in::lisp, role::plugin, suite::emacs, use::editing,
works-with::software:source, works-with::text
Section: editors
Priority: optional
Filename: pool/main/e/expand-region-el/elpa-expand-region_1.0.0-1_all.deb