How to Install and Uninstall abcl Package on Kali Linux

Last updated: May 02,2024

1. Install "abcl" package

Please follow the guidelines below to install abcl on Kali Linux

$ sudo apt update $ sudo apt install abcl

2. Uninstall "abcl" package

This guide let you learn how to uninstall abcl on Kali Linux:

$ sudo apt remove abcl $ sudo apt autoclean && sudo apt autoremove

3. Information about the abcl package on Kali Linux

Package: abcl
Version: 1.9.0-1
Installed-Size: 13613
Maintainer: Debian Common Lisp Team
Architecture: all
Depends: default-jre, libjna-java
Size: 10975704
SHA256: 4df0d619df4b320c0b339f74b9b409d5ece2f013e9399da080de323337c3fed1
SHA1: 9c9ba65cc5c55701cad29a0572f8665674342b46
MD5sum: 955357b58870c43b503b2b04bf9b57ff
Description: Common Lisp implementation in the Java Virtual Machine
Armed Bear Common Lisp (ABCL) is a conforming implementation of ANSI X3J13
Common Lisp that runs in the Java Virtual Machine. It compiles Lisp code
directly to Java byte code for execution.
.
It also provides the following integration methods for interfacing with Java
code and libraries:
.
- Lisp code can create Java objects and call their methods;
- Java code can call Lisp functions and generic functions, either directly
or Java Scripting API (JSR-223);
- it is possible to create Lisp-side implementations of
Java interfaces that can be used as listeners for Swing classes and
similar.
Description-md5:
Homepage: https://abcl.org/
Section: lisp
Priority: optional
Filename: pool/main/a/abcl/abcl_1.9.0-1_all.deb