How to Install and Uninstall sisc Package on Kali Linux

Last updated: May 10,2024

1. Install "sisc" package

Please follow the guidance below to install sisc on Kali Linux

$ sudo apt update $ sudo apt install sisc

2. Uninstall "sisc" package

Please follow the instructions below to uninstall sisc on Kali Linux:

$ sudo apt remove sisc $ sudo apt autoclean && sudo apt autoremove

3. Information about the sisc package on Kali Linux

Package: sisc
Version: 1.16.6-1.3
Installed-Size: 2363
Maintainer: David Banks
Architecture: all
Depends: openjdk-jre | java2-runtime
Recommends: rlwrap
Suggests: slib
Size: 1069708
SHA256: 7ca711eb9458dcebb66fed678a026a825e728510d5f0039ad02bf9167ed62e83
SHA1: b901759ad9d287036108958e67dcd5038ba55fd1
MD5sum: d92f43056f8049e0a16c530c7935ba7a
Description: A Java integrated, fully R5RS compliant Scheme system
SISC is an extensible Java based interpreter of the algorithmic language
Scheme. SISC uses modern interpretation techniques, and handily outperforms
all existing JVM interpreters (often by more than an order of magnitude).
.
In addition, SISC is a complete implementation of the language. The entire
R5RS Scheme standard is supported, no exceptions. This includes a full number
tower including complex number support, arbitrary precision integers and
floating point numbers, as well as hygenic R5RS macros, proper tail
recursion, and first-class continuations (not just the escaping
continuations as in many limited Scheme systems). SISC also attempts to
implement the standard as correctly as possible, while still providing
exceptional performance.
.
SISC also provides useful real-world extensions, such as networking, elegant
exception handling, a scope-friendly module system, support for SLIB,
numerous SRFIs, and a Java foreign-function interface.
Description-md5:
Homepage: http://www.sisc-scheme.org/
Tag: devel::interpreter, devel::lang:scheme, role::program
Section: interpreters
Priority: optional
Filename: pool/main/s/sisc/sisc_1.16.6-1.3_all.deb