How to Install and Uninstall cl-launch Package on Kali Linux

Last updated: April 19,2024

1. Install "cl-launch" package

Please follow the guidance below to install cl-launch on Kali Linux

$ sudo apt update $ sudo apt install cl-launch

2. Uninstall "cl-launch" package

Please follow the instructions below to uninstall cl-launch on Kali Linux:

$ sudo apt remove cl-launch $ sudo apt autoclean && sudo apt autoremove

3. Information about the cl-launch package on Kali Linux

Package: cl-launch
Version: 4.1.4-1.1
Installed-Size: 189
Maintainer: Francois-Rene Rideau
Architecture: all
Recommends: sbcl (>= 1:1.2.3), cl-asdf (>= 2:3.1.2)
Suggests: cl-asdf (>= 2:3.1.4)
Breaks: cl-asdf (<= 2:3.1.1), common-lisp-controller (<= 7.3)
Size: 59988
SHA256: 0bba6bf50ddb5bb4a5c0393eb01a7eb04fed2c28dec982953c02580eeb33ec2d
SHA1: 2ca2eb3bfb28b52dcad0c89265b7f09024b6c835
MD5sum: 7f3d393459faf38da42cc38acd0e7077
Description: uniform frontend to running Common Lisp code from the shell
CL-Launch will allow you to invoke Common Lisp source code from the shell
command line, from a shell script or as a Common Lisp script. It will also
allow you to turn your Common Lisp source programs into standalone
executables or executable shell scripts (optionally using a dumped image),
depending on the features available in your underlying implementation.
.
CL-Launch will automatically detect a supported Common Lisp implementation
and use adequate invocation options. It can also be configured to fit exactly
the programmer's desires. Fully supported implementations are:
Allegro, CLISP, ClozureCL, CMUCL, ECL, MKCL, SBCL, SCL.
Partially supported implementations are:
LispWorks Professional, ABCL, GCL, XCL.
Creating standalone executables is supported on:
CLISP, ClozureCL, CMUCL, LispWorks, SBCL, SCL
.
CL-Launch also offers Common Lisp programs a simple uniform interface to
invocation parameters (command-line arguments and environment variables).
It relies on ASDF 3 for system construction. See the ASDF 3 manual for
more information on how to configure source and object code location.
CL-Launch may dump memory images for fast startup (at the expense of disk
space). It can also be used as a quick way to evaluate and print simple Lisp
forms or scripts from the command-line without invoking a full-fledged REPL,
and to easily compare results between implementations.
Description-md5:
Homepage: http://www.cliki.net/cl-launch
Tag: devel::lang:lisp, implemented-in::lisp, interface::commandline,
role::program, scope::utility
Section: lisp
Priority: optional
Filename: pool/main/c/cl-launch/cl-launch_4.1.4-1.1_all.deb