How to Install and Uninstall guile.x86_64 Package on Amazon Linux 2

Last updated: May 17,2024

1. Install "guile.x86_64" package

This is a short guide on how to install guile.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install guile.x86_64

2. Uninstall "guile.x86_64" package

In this section, we are going to explain the necessary steps to uninstall guile.x86_64 on Amazon Linux 2:

$ sudo yum remove guile.x86_64 $ sudo yum autoremove

3. Information about the guile.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : guile
Arch : x86_64
Epoch : 5
Version : 2.0.14
Release : 3.amzn2.0.2
Size : 3.5 M
Repo : amzn2-core/2/x86_64
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.