How to Install and Uninstall slime Package on Kali Linux

Last updated: May 14,2024

1. Install "slime" package

This guide let you learn how to install slime on Kali Linux

$ sudo apt update $ sudo apt install slime

2. Uninstall "slime" package

This tutorial shows how to uninstall slime on Kali Linux:

$ sudo apt remove slime $ sudo apt autoclean && sudo apt autoremove

3. Information about the slime package on Kali Linux

Package: slime
Version: 2:2.28+dfsg-1
Installed-Size: 3224
Maintainer: Debian Common Lisp Team
Architecture: all
Depends: dh-elpa-helper, emacsen-common
Recommends: cl-swank (= 2:2.28+dfsg-1), emacs, info | info-browser
Suggests: hyperspec
Size: 1227608
SHA256: 10e2a8a46247624ebe72cede663ff4d78e9b23edd2eb8bfdd76b569eabb8d050
SHA1: 4a168fd29e0a531e471de55a32b2365c85de062e
MD5sum: 82d632079587caa63e9bdbfb336c4c71
Description: Superior Lisp Interaction Mode for Emacs (client)
SLIME is the Superior Lisp Interaction Mode for Emacs.
.
SLIME extends Emacs with support for interactive programming in Common Lisp.
The features are centered around slime-mode, an Emacs minor-mode that
complements the standard lisp-mode. While lisp-mode supports editing Lisp
source files, slime-mode adds support for interacting with a running Common
Lisp process for compilation, debugging, documentation lookup, and so on.
.
The slime-mode programming environment follows the example of Emacs’s native
Emacs Lisp environment. It also includes good ideas from similar systems
(such as ILISP) and some new ideas.
.
SLIME is compatible with the following free Common Lisp implementations:
CMUCL, SBCL, CCL, CLISP, ECL, ABCL.
.
This package contains the Emacs client, that will connect to the
Lisp-side server (see package cl-swank).
Description-md5:
Homepage: https://common-lisp.net/project/slime/
Tag: devel::lang:lisp, implemented-in::lisp, role::plugin, role::program,
suite::emacs, use::editing, works-with::software:source
Section: lisp
Priority: optional
Filename: pool/main/s/slime/slime_2.28+dfsg-1_all.deb