How to Install and Uninstall elpa-transient Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 20,2024

1. Install "elpa-transient" package

Please follow the step by step instructions below to install elpa-transient on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install elpa-transient

2. Uninstall "elpa-transient" package

This guide covers the steps necessary to uninstall elpa-transient on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the elpa-transient package on Ubuntu 20.10 (Groovy Gorilla)

Package: elpa-transient
Architecture: all
Version: 0.2.0-3
Multi-Arch: foreign
Priority: optional
Section: universe/editors
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Emacsen team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 149
Depends: dh-elpa-helper, emacsen-common
Recommends: emacs (>= 1:25.1)
Suggests: elpa-transient-doc
Enhances: emacs
Filename: pool/universe/e/elpa-transient/elpa-transient_0.2.0-3_all.deb
Size: 28596
MD5sum: a4b0cf278105a65582cf6194feb0a166
SHA1: 8f5b3f8ef2b0e554a81d2d41aae9df986c208fd4
SHA256: 10d4c2eb2df7ac244d0cad4272148b53e6a46ad4806d8d1252342bc71631cc4b
SHA512: a73ce05af34fe50a3c2c9ddd1a238b1332b169883f42a5f4195a3019825923f993d6abf40caafa16fe589c05c69b6c8772e798e59d46decde86e279b358e3b98
Description-en: 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. We could call this abstraction a
"transient command", but because it always involves at least two
commands (a prefix and a suffix) we prefer 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: f834b23500a8cae39c9d6bd845941933