How to Install and Uninstall ecl Package on Kali Linux

Last updated: May 17,2024

1. Install "ecl" package

This is a short guide on how to install ecl on Kali Linux

$ sudo apt update $ sudo apt install ecl

2. Uninstall "ecl" package

Please follow the guidance below to uninstall ecl on Kali Linux:

$ sudo apt remove ecl $ sudo apt autoclean && sudo apt autoremove

3. Information about the ecl package on Kali Linux

Package: ecl
Source: ecl (21.2.1+ds-4)
Version: 21.2.1+ds-4+b1
Installed-Size: 225
Maintainer: Debian Common Lisp Team
Architecture: amd64
Provides: lisp-compiler
Depends: libc6 (>= 2.34), libecl21.2 (= 21.2.1+ds-4+b1), libecl-dev (= 21.2.1+ds-4+b1), libffi-dev, libgmp-dev, libncurses5-dev, libgc-dev, libatomic-ops-dev, gcc
Suggests: slime, ecl-doc
Size: 191084
SHA256: 6f88c1f6c051f08f03e3ad7936a5debdaa051da4460d23d9cf56c92f69e61456
SHA1: be9f44cf40ffb034b67fccd16afa5b593a8bebcc
MD5sum: a221219415d76db967843e6e846ede35
Description: Embeddable Common-Lisp: has an interpreter and can compile to C
ECL stands for Embeddable Common-Lisp. The ECL project is an
effort to modernize Giuseppe Attardi's ECL environment to
produce an implementation of the Common-Lisp language
which complies to the ANSI X3J13 definition of the language.
.
The current ECL implementation features:
* A bytecodes compiler and interpreter.
* A translator to C.
* A UFFI-compatible interface to C code.
* A dynamic loader.
* The possibility to build standalone executables and DLLs.
* The Common-Lisp Object System (CLOS).
* Conditions and restarts for handling errors.
* Sockets as ordinary streams.
* The GNU Multiprecision library for fast bignum operations.
* A simple conservative mark & sweep garbage collector.
* The Boehm-Weiser garbage collector.
Description-md5:
Homepage: https://common-lisp.net/project/ecl/
Tag: uitoolkit::ncurses
Section: lisp
Priority: optional
Filename: pool/main/e/ecl/ecl_21.2.1+ds-4+b1_amd64.deb