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

Last updated: May 17,2024

1. Install "guile.i686" package

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

$ sudo yum makecache $ sudo yum install guile.i686

2. Uninstall "guile.i686" package

This tutorial shows how to uninstall guile.i686 on Amazon Linux 2:

$ sudo yum remove guile.i686 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : guile
Arch : i686
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.