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

Last updated: July 03,2024

1. Install "bigloo.x86_64" package

This guide let you learn how to install bigloo.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install bigloo.x86_64

2. Uninstall "bigloo.x86_64" package

This guide let you learn how to uninstall bigloo.x86_64 on Fedora 34:

$ sudo dnf remove bigloo.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:31:44 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : bigloo
Version : 4.4b
Release : 1.fc34
Architecture : x86_64
Size : 2.2 M
Source : bigloo-4.4b-1.fc34.src.rpm
Repository : fedora
Summary : A compiler for the Scheme programming language
URL : http://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.