How to Install and Uninstall guile30.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "guile30.x86_64" package

This guide let you learn how to install guile30.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install guile30.x86_64

2. Uninstall "guile30.x86_64" package

In this section, we are going to explain the necessary steps to uninstall guile30.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove guile30.x86_64 $ sudo dnf autoremove

3. Information about the guile30.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:08:41 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : guile30
Version : 3.0.7
Release : 4.el9
Architecture : x86_64
Size : 8.0 M
Source : guile30-3.0.7-4.el9.src.rpm
Repository : epel
Summary : A GNU implementation of Scheme for application extensibility
URL : https://www.gnu.org/software/guile/
License : LGPLv3+ and MIT and Public Domain and GPL+ and GPLv3+
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.