How to Install and Uninstall chezscheme Package on Kali Linux

Last updated: September 21,2024

1. Install "chezscheme" package

Please follow the steps below to install chezscheme on Kali Linux

$ sudo apt update $ sudo apt install chezscheme

2. Uninstall "chezscheme" package

This guide covers the steps necessary to uninstall chezscheme on Kali Linux:

$ sudo apt remove chezscheme $ sudo apt autoclean && sudo apt autoremove

3. Information about the chezscheme package on Kali Linux

Package: chezscheme
Version: 9.5.8+dfsg-1
Installed-Size: 3223
Maintainer: Göran Weinholt
Architecture: amd64
Depends: libc6 (>= 2.35), liblz4-1 (>= 1.8.0), libtinfo6 (>= 6), libuuid1 (>= 2.16), zlib1g (>= 1:1.2.2.3)
Suggests: chezscheme-doc
Conflicts: ikarus (<< 0.0.3+bzr.2010.01.26-5)
Size: 2346792
SHA256: a3bcda263843b6024f9ac029c2cb4292c8708f820d038ec035a7b3a7749ab794
SHA1: 7f85bfa9cbfae2f6374b1894c2212dec28b0e211
MD5sum: 1c0128dc52ed8dc2c7e25b20075ac257
Description: Reliable, high performance Scheme compiler
Chez Scheme is both a programming language and an implementation of
that language, with supporting tools and documentation.
.
As a superset of the language described in the Revised^6 Report on
the Algorithmic Language Scheme (R6RS), Chez Scheme supports all
standard features of Scheme, including first-class procedures, proper
treatment of tail calls, continuations, user-defined records,
libraries, exceptions, and hygienic macro expansion.
.
Chez Scheme also includes extensive support for interfacing with C
and other languages, support for multiple threads possibly running on
multiple cores, non-blocking I/O, and many other features.
Description-md5:
Multi-Arch: foreign
Homepage: https://cisco.github.io/ChezScheme/
Section: lisp
Priority: optional
Filename: pool/main/c/chezscheme/chezscheme_9.5.8+dfsg-1_amd64.deb