How to Install and Uninstall scheme48-prescheme Package on openSUSE Leap

Last updated: June 24,2024

1. Install "scheme48-prescheme" package

In this section, we are going to explain the necessary steps to install scheme48-prescheme on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install scheme48-prescheme

2. Uninstall "scheme48-prescheme" package

This tutorial shows how to uninstall scheme48-prescheme on openSUSE Leap:

$ sudo zypper remove scheme48-prescheme

3. Information about the scheme48-prescheme package on openSUSE Leap

Information for package scheme48-prescheme:
-------------------------------------------
Repository : Main Repository
Name : scheme48-prescheme
Version : 1.9.2-bp155.2.54
Arch : x86_64
Vendor : openSUSE
Installed Size : 10.3 MiB
Installed : No
Status : not installed
Source package : scheme48-1.9.2-bp155.2.54.src
Upstream URL : http://www.s48.org/
Summary : PreScheme compiler
Description :
Pre-Scheme is a low-level dialect of Scheme, designed for systems programming
with higher-level abstractions. For example, the Scheme48 virtual machine is
written in Pre-Scheme. Pre-Scheme is a particularly interesting alternative to
C for many systems programming tasks, because not only does it operate at about
the same level as C, but it also may be run in a regular high-level Scheme
development with no changes to the source, without resorting to low-level stack
munging with tools such as gdb. Pre-Scheme also supports two extremely
important high-level abstractions of Scheme: macros and higher-order, anonymous
functions. Richard Kelsey's Pre-Scheme compiler, based on his PhD research on
transformational compilation, compiles Pre-Scheme to efficient C, applying
numerous intermediate source transformations in the process.

5. The same packages on other Linux Distributions