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

Last updated: October 06,2024

1. Install "gambit-c.x86_64" package

This is a short guide on how to install gambit-c.x86_64 on Fedora 36

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

2. Uninstall "gambit-c.x86_64" package

Please follow the steps below to uninstall gambit-c.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 1:50:00 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : gambit-c
Version : 4.9.3
Release : 7.fc36
Architecture : x86_64
Size : 6.3 M
Source : gambit-c-4.9.3-7.fc36.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.