How to Install and Uninstall elpa-geiser Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "elpa-geiser" package

Please follow the instructions below to install elpa-geiser on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install elpa-geiser

2. Uninstall "elpa-geiser" package

Please follow the guidance below to uninstall elpa-geiser on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the elpa-geiser package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: elpa-geiser
Priority: optional
Section: universe/lisp
Installed-Size: 469
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Emacs addons team
Architecture: all
Source: geiser
Version: 0.8.1-1
Replaces: geiser (<< 0.7-1)
Provides: geiser
Depends: emacsen-common, emacs | emacsen, install-info
Suggests: racket
Breaks: geiser (<< 0.7-1)
Filename: pool/universe/g/geiser/elpa-geiser_0.8.1-1_all.deb
Size: 98710
MD5sum: 85e1973b8ecd6c13ee93ab40afaec4a7
SHA1: 5174ec53dcacf0853bba80cf006d40d7e307e39c
SHA256: 1ac38ab19cd93ba76fed15732313b9190af5597e9c1fbd441fb265ce59b0e2cf
Description-en: enhanced Scheme interaction mode for Emacs
Geiser features an enhanced REPL and a set of minor modes improving
Emacs' basic scheme major mode. The main functionalities provided
are:
- Evaluation of forms in the namespace of the current module.
- Macro expansion.
- File/module loading.
- Namespace-aware identifier completion (including local bindings,
names visible in the current module, and module names).
- Autodoc: the echo area shows information about the signature of
the procedure/macro around point automatically.
- Jump to definition of identifier at point.
- Access to documentation (including docstrings when the
implementation provides it).
- Listings of identifiers exported by a given module.
- Listings of callers/callees of procedures.
- Rudimentary support for debugging (list of
evaluation/compilation error in an Emacs' compilation-mode
buffer).
Description-md5: bd2b9ebe1c20149dada06b7858f44898
Homepage: http://www.nongnu.org/geiser/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu