How to Install and Uninstall chibi-scheme.i686 Package on Fedora 39

Last updated: November 26,2024

1. Install "chibi-scheme.i686" package

Please follow the guidelines below to install chibi-scheme.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install chibi-scheme.i686

2. Uninstall "chibi-scheme.i686" package

Please follow the steps below to uninstall chibi-scheme.i686 on Fedora 39:

$ sudo dnf remove chibi-scheme.i686 $ sudo dnf autoremove

3. Information about the chibi-scheme.i686 package on Fedora 39

Last metadata expiration check: 2:56:32 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : chibi-scheme
Version : 0.10.0
Release : 3.fc39
Architecture : i686
Size : 894 k
Source : chibi-scheme-0.10.0-3.fc39.src.rpm
Repository : fedora
Summary : Minimal Scheme implementation for use as an extension language
URL : http://synthcode.com/wiki/chibi-scheme
License : BSD-3-Clause AND MIT
Description : Chibi-Scheme is a very small library intended for use as an extension
: and scripting language in C programs. In addition to support for
: lightweight VM-based threads, each VM itself runs in an isolated
: heap allowing multiple VMs to run simultaneously in different OS threads.
:
: The default language is R7RS Scheme, with support for all libraries.
: Support for additional languages such as JavaScript, Go, Lua and Bash
: are planned for future releases. Scheme is chosen as a substrate because
: its first class continuations and guaranteed tail-call optimization
: makes implementing other languages easy.
:
: Chibi-Scheme is known to work on 32 and 64-bit Linux, FreeBSD and OS X,
: Plan9, Windows (using Cygwin), iOS, and Emscripten.