How to Install and Uninstall guile.src Package on Oracle Linux 8

Last updated: July 01,2024

1. Install "guile.src" package

This is a short guide on how to install guile.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install guile.src

2. Uninstall "guile.src" package

Please follow the guidelines below to uninstall guile.src on Oracle Linux 8:

$ sudo dnf remove guile.src $ sudo dnf autoremove

3. Information about the guile.src package on Oracle Linux 8

Last metadata expiration check: 2:51:56 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : guile
Epoch : 5
Version : 2.0.14
Release : 7.0.1.el8
Architecture : src
Size : 4.4 M
Source : None
Repository : ol8_appstream
Summary : A GNU implementation of Scheme for application extensibility
URL : http://www.gnu.org/software/guile/
License : LGPLv3+
Description : GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a library
: implementation of the Scheme programming language, written in C. GUILE
: provides a machine-independent execution platform that can be linked in
: as a library during the building of extensible programs.
:
: Install the guile package if you'd like to add extensibility to programs
: that you are developing.