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

Last updated: October 04,2024

1. Install "elpa-transient" package

This is a short guide on how to install elpa-transient on Kali Linux

$ sudo apt update $ sudo apt install elpa-transient

2. Uninstall "elpa-transient" package

Learn how to uninstall elpa-transient on Kali Linux:

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

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

Package: elpa-transient
Version: 0.3.7-2
Installed-Size: 177
Maintainer: Debian Emacsen team
Architecture: all
Depends: dh-elpa-helper, emacsen-common
Recommends: emacs (>= 1:25.1)
Suggests: elpa-transient-doc
Enhances: emacs
Size: 38820
SHA256: 1f2b851616c24e2849cafcb960544bd87ff747bfe064c576c543acd1d5251dd3
SHA1: 93b3b51bf64574dfe93053a6ec375cec71e91b8c
MD5sum: d868c3aecab2dfee2f16551348144735
Description: Emacs key and popup interface for complex keybindings
Taking inspiration from prefix keys and prefix arguments, Transient
implements a similar abstraction involving a prefix command, infix
arguments and suffix commands. This abstraction could be called
"transient command", but because it always involves at least two
commands (a prefix and a suffix) it's preferable to call it just a
"transient".
.
When the user calls a transient prefix command, then a transient
(temporary) keymap is activated, which binds the transient's infix
and suffix commands, and functions that control the transient state
are added to `pre-command-hook' and `post-command-hook'. The
available suffix and infix commands and their state are shown in
the echo area until the transient is exited by invoking a suffix
command.
.
Calling an infix command causes its value to be changed, possibly
by reading a new value in the minibuffer.
.
Calling a suffix command usually causes the transient to be exited
but suffix commands can also be configured to not exit the
transient state.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/magit/transient
Section: editors
Priority: optional
Filename: pool/main/e/elpa-transient/elpa-transient_0.3.7-2_all.deb