How to Install and Uninstall elpa-cycle-quotes Package on Kali Linux

Last updated: May 18,2024

1. Install "elpa-cycle-quotes" package

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

$ sudo apt update $ sudo apt install elpa-cycle-quotes

2. Uninstall "elpa-cycle-quotes" package

Please follow the step by step instructions below to uninstall elpa-cycle-quotes on Kali Linux:

$ sudo apt remove elpa-cycle-quotes $ sudo apt autoclean && sudo apt autoremove

3. Information about the elpa-cycle-quotes package on Kali Linux

Package: elpa-cycle-quotes
Source: cycle-quotes
Version: 0.1-4
Installed-Size: 33
Maintainer: Debian Emacsen Team
Architecture: all
Depends: dh-elpa-helper, emacsen-common (>= 2.0.8)
Recommends: emacs (>= 46.0)
Enhances: emacs, emacs24, emacs25
Size: 5268
SHA256: 4b3dd48c8b5041fa90e457af1638b1db1da0d91754544bdce9ee0b97cc63723c
SHA1: 9dd7d618b092ce4d97e1836d6507a55b61d10633
MD5sum: 5859d70cc7d0e24705173b0ba9156ae6
Description: Emacs command to cycle between quotation marks
This package provides the `cycle-quotes' command to cycle between
different string quote styles.
.
For example, in JavaScript, there are three string quote characters:
", ` and '. In a JavaScript buffer, with point located someplace
within the string, `cycle-quotes' will cycle between the following
quote styles each time it's called:
.
--> "Hi, it's me!" --> `Hi, it's me!` --> 'Hi, it\'s me!'
.
As seen in the above example, `cycle-quotes' tries to escape and
unescape quote characters intelligently.
Description-md5: 637ded34f4bb96e72a3309c2e36a7859
Homepage: https://elpa.gnu.org/packages/cycle-quotes.html
Section: lisp
Priority: optional
Filename: pool/main/c/cycle-quotes/elpa-cycle-quotes_0.1-4_all.deb