How to Install and Uninstall tinyscheme Package on Kali Linux

Last updated: July 05,2024

1. Install "tinyscheme" package

Please follow the guidance below to install tinyscheme on Kali Linux

$ sudo apt update $ sudo apt install tinyscheme

2. Uninstall "tinyscheme" package

This tutorial shows how to uninstall tinyscheme on Kali Linux:

$ sudo apt remove tinyscheme $ sudo apt autoclean && sudo apt autoremove

3. Information about the tinyscheme package on Kali Linux

Package: tinyscheme
Version: 1.42.svn.2020.06.04-2
Installed-Size: 168
Maintainer: Barak A. Pearlmutter
Architecture: amd64
Depends: libc6 (>= 2.29)
Size: 60176
SHA256: a91f48c903b0a0d6692f80e76a9e7f3a8d9ae657468451c3a5bcdf5f1577758e
SHA1: 4510911e9b108582d46265dfb12d116c80d1181c
MD5sum: 6ba314564a482a4829802e741e96e6db
Description: Very small scheme implementation
TinyScheme is an implementation of the algorithmic language Scheme that
aims to very small memory footprint while being as close to R5RS as
practically feasible. TinyScheme is also a good base for hacking,
given the implementation's small size, easy gluing with C and code
being fully reentrant.
.
TinyScheme is based on an s-expression evaluator. This package
distributes TinyScheme as a standalone executable.
Description-md5:
Homepage: http://tinyscheme.sourceforge.net/
Section: lisp
Priority: optional
Filename: pool/main/t/tinyscheme/tinyscheme_1.42.svn.2020.06.04-2_amd64.deb