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

Last updated: October 06,2024

1. Install "gambit-c.x86_64" package

Here is a brief guide to show you how to install gambit-c.x86_64 on Fedora 34

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

2. Uninstall "gambit-c.x86_64" package

In this section, we are going to explain the necessary steps to uninstall gambit-c.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:16:22 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : gambit-c
Version : 4.9.3
Release : 5.fc34
Architecture : x86_64
Size : 6.3 M
Source : gambit-c-4.9.3-5.fc34.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.