How to Install and Uninstall sbcl Package on Kali Linux

Last updated: September 20,2024

1. Install "sbcl" package

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

$ sudo apt update $ sudo apt install sbcl

2. Uninstall "sbcl" package

Learn how to uninstall sbcl on Kali Linux:

$ sudo apt remove sbcl $ sudo apt autoclean && sudo apt autoremove

3. Information about the sbcl package on Kali Linux

Package: sbcl
Version: 2:2.3.7-2
Installed-Size: 60242
Maintainer: Debian Common Lisp Team
Architecture: amd64
Provides: lisp-compiler, sbcl-fasl-loader-78
Depends: libc6 (>= 2.34), libzstd1 (>= 1.5.5)
Recommends: binfmt-support | systemd
Suggests: sbcl-doc, sbcl-source, slime
Breaks: cl-asdf (<< 2:3.3.3-4~), cl-cffi (<< 1:0.22.1-1~), cl-nibbles (<< 20210520.gitdad2524-1~)
Size: 10335600
SHA256: 64fb862b1105cc6ef004a0841627b7fc498db6f76f76eaea64877eda2d8ea943
SHA1: aff92f15f0525132bfef812fda8bbcfa85b4cc95
MD5sum: 50f99a65df31a9cc9a7d9a18dbf8b8d0
Description: Common Lisp compiler and development system
SBCL is a development environment for the ANSI Common Lisp language.
It provides a native-code compiler and an integrated debugger, as well
as all the features in the ANSI specification.
.
SBCL also contains other extensions to the ANSI specification, including
a foreign-function interface, a pseudo-server API, user-extensible
stream functionality, a Meta-Object Protocol, and an ability to run
external processes.
.
To browse SBCL source definitions with development environments,
install the sbcl-source package. For documentation on SBCL's usage
and internals, the package sbcl-doc is provided.
Description-md5:
Homepage: http://www.sbcl.org
Tag: devel::compiler, devel::ide, devel::lang:lisp, role::program,
works-with::software:source
Section: lisp
Priority: optional
Filename: pool/main/s/sbcl/sbcl_2.3.7-2_amd64.deb