How to Install and Uninstall icicles Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "icicles" package

This is a short guide on how to install icicles on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install icicles

2. Uninstall "icicles" package

Please follow the guidelines below to uninstall icicles on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove icicles $ sudo apt autoclean && sudo apt autoremove

3. Information about the icicles package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: icicles
Priority: optional
Section: universe/misc
Installed-Size: 4453
Maintainer: Ubuntu Developers
Original-Maintainer: Sebastien Delafond
Architecture: all
Version: 23.0+20130423-4
Depends: emacs24 | emacs23 | emacs22 | emacs-snapshot
Filename: pool/universe/i/icicles/icicles_23.0+20130423-4_all.deb
Size: 1142442
MD5sum: 48131adaf1fe045f145d70265add7ff9
SHA1: dd78398f5d427dab9ee7973367c02568a13c6e15
SHA256: 7315fe4e1f9946c130fc5461b577a6a6a998d959fcd32324437ab11d03418b58
Description-en: emacs library that enhances minibuffer/input completion
Icicles lets you do the following:
* cycle through completion candidates that match your current
input.
* use a pattern to match completion candidates, including:
- regexp matching (including substring).
- fuzzy matching.
- prefix matching (as in vanilla Emacs).
- command abbreviation matching.
* use multiple regexps to match candidates, chaining these filters
together like piped 'grep' commands.
* see all possible complete inputs (pertinent commands, variables,
and so on) that match your partial or regexp input: the list is
updated dynamically (incrementally) if you change your input.
* see all previous inputs that match your partial or regexp input,
and selectively reuse them.
* match input against completion candidates that do not match a
given regexp; that is, complement the set of matches and use the
result for subsequent matching.
* use multiple regexps to search (and replace) text across
multiple buffers, files, or regions.
* search areas of text that have a certain text property, such as
a face.
* browse Imenu or tags entries that match your partial or regexp
input.
* create and use multiple-choice menus; that is, menus where you
can choose multiple entries any number of times.
* create and use multi-commands so you can perform an action on
any number of candidate inputs any number of times.
* perform set operations (intersection, union, etc) on the fly,
using sets of completion candidates or other strings.
* persistently save and later reuse sets of completion candidates
(e.g. project file names).
* complete input piecewise, against multiple completion
candidates, in parallel.
* complete key sequences, and navigate the key-binding hierarchy
(this includes the menu bar menu hierarchy) (see also LaCarte)
* sort completion candidates on the fly, in multiple,
context-dependent ways.
Description-md5: 9120379788d522d3888b93955d172f04
Homepage: https://github.com/emacsmirror/icicles
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu