How to Install and Uninstall cmucl-source Package on Kali Linux

Last updated: May 17,2024

1. Install "cmucl-source" package

This guide covers the steps necessary to install cmucl-source on Kali Linux

$ sudo apt update $ sudo apt install cmucl-source

2. Uninstall "cmucl-source" package

Please follow the instructions below to uninstall cmucl-source on Kali Linux:

$ sudo apt remove cmucl-source $ sudo apt autoclean && sudo apt autoremove

3. Information about the cmucl-source package on Kali Linux

Package: cmucl-source
Source: cmucl
Version: 21d-1.1
Installed-Size: 20288
Maintainer: Debian Common Lisp Team
Architecture: all
Replaces: cmucl-clx, cmucl-defsystem, cmucl-graystream, cmucl-hemlock
Size: 3664408
SHA256: 6d30511905cc96e755d1c490c99485eb9e391bf09f28c9ea87ca32652e28fa37
SHA1: 96de58d291a8ce68a7d98479d30f49871615c6a3
MD5sum: eac9de31be3ba7e300aab4f218b11872
Description: CMUCL lisp sources
These are the CMUCL sources, provided so that the
debugger can show useful source information at appropriate
times.
.
This version includes common-lisp-controller compatible
replacements for defsystem, graystream, clx and hemlock.
.
defsystem provides a "make" type system for Lisp. This is
a patched version from clocc.
.
Gray streams are the usual Lisp streams, but re-implemented
as a Object hierarchy. Users can subclass existing classes and
adapt them for their own needs.
.
cmucl-clx is the clx library adapted for CMUCL. clx is an
interface to X11, just like xlib.
.
Hemlock is an emacs clone for CMUCL.
.
Note that this version only works in X, the tty interface
is broken: the system can't parse /etc/termcap.
.
To open the editor, type "(ed)".
.
Note that to recompile CMUCL you need a working CMUCL system :-(
Description-md5: 9dd55d8c4309a760f108cba62cf5719d
Multi-Arch: foreign
Homepage: https://www.cons.org/cmucl/
Section: lisp
Priority: optional
Filename: pool/main/c/cmucl/cmucl-source_21d-1.1_all.deb