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

Last updated: May 03,2024

1. Install "guile.x86_64" package

Please follow the instructions below to install guile.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install guile.x86_64

2. Uninstall "guile.x86_64" package

Please follow the instructions below to uninstall guile.x86_64 on Oracle Linux 8:

$ sudo dnf remove guile.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:35:22 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 : x86_64
Size : 3.5 M
Source : guile-2.0.14-7.0.1.el8.src.rpm
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.