How to Install and Uninstall tinyscheme Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 05,2024

1. Install "tinyscheme" package

This tutorial shows how to install tinyscheme on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install tinyscheme

2. Uninstall "tinyscheme" package

This guide let you learn how to uninstall tinyscheme on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the tinyscheme package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: tinyscheme
Priority: optional
Section: universe/interpreters
Installed-Size: 173
Maintainer: Ubuntu Developers
Original-Maintainer: Panu Kalliokoski
Architecture: amd64
Version: 1.41-1.1
Depends: libc6 (>= 2.14)
Filename: pool/universe/t/tinyscheme/tinyscheme_1.41-1.1_amd64.deb
Size: 51232
MD5sum: 9f81e6b07e45b8fcd2a2d7a15c01d9e3
SHA1: 09fca9fbfd34ceab31b5b5ba62bc439533249581
SHA256: 77a644048f8dbb86418d331b8dfa527df7d9a8c4644d757b5020a3499fa9d0a0
Description-en: 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: 319a067482fba96a63d61b1a389201a1
Homepage: http://tinyscheme.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu