How to Install and Uninstall gambit-c.x86_64 Package on Fedora 38

Last updated: September 27,2024

1. Install "gambit-c.x86_64" package

Please follow the guidance below to install gambit-c.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install gambit-c.x86_64

2. Uninstall "gambit-c.x86_64" package

Please follow the step by step instructions below to uninstall gambit-c.x86_64 on Fedora 38:

$ sudo dnf remove gambit-c.x86_64 $ sudo dnf autoremove

3. Information about the gambit-c.x86_64 package on Fedora 38

Last metadata expiration check: 3:52:13 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : gambit-c
Version : 4.9.3
Release : 9.fc38
Architecture : x86_64
Size : 6.2 M
Source : gambit-c-4.9.3-9.fc38.src.rpm
Repository : fedora
Summary : Scheme programming system
URL : http://gambitscheme.org/
License : ASL 2.0 or LGPLv2
Description : Gambit-C includes a Scheme interpreter and a Scheme compiler which can
: be used to build standalone executables. Because the compiler
: generates portable C code it is fairly easy to port to any platform
: with a decent C compiler.
:
: The Gambit-C system conforms to the R4RS, R5RS and IEEE Scheme
: standards. The full numeric tower is implemented, including: infinite
: precision integers (bignums), rationals, inexact reals (floating point
: numbers), and complex numbers.