How to Install and Uninstall bigloo.x86_64 Package on Fedora 36

Last updated: April 28,2024

1. Install "bigloo.x86_64" package

Please follow the instructions below to install bigloo.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install bigloo.x86_64

2. Uninstall "bigloo.x86_64" package

This guide covers the steps necessary to uninstall bigloo.x86_64 on Fedora 36:

$ sudo dnf remove bigloo.x86_64 $ sudo dnf autoremove

3. Information about the bigloo.x86_64 package on Fedora 36

Last metadata expiration check: 1:35:30 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : bigloo
Version : 4.4c
Release : 5.4.fc36
Architecture : x86_64
Size : 2.0 M
Source : bigloo-4.4c-5.4.fc36.src.rpm
Repository : updates
Summary : A compiler for the Scheme programming language
URL : https://www-sop.inria.fr/mimosa/fp/Bigloo
License : GPLv2+
Description : Bigloo is a Scheme implementation devoted to one goal: enabling a Scheme
: based programming style where C(++) is usually required. Bigloo
: attempts to make Scheme practical by offering features usually presented
: by traditional programming languages but not offered by Scheme and
: functional programming. Bigloo compiles Scheme modules. It delivers
: small and fast standalone binary executables. Bigloo enables full
: connections between Scheme and C programs.