How to Install and Uninstall guile.i686 Package on CentOS 8 / RHEL 8

Last updated: May 04,2024

1. Install "guile.i686" package

Here is a brief guide to show you how to install guile.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install guile.i686

2. Uninstall "guile.i686" package

This guide covers the steps necessary to uninstall guile.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove guile.i686 $ sudo dnf autoremove

3. Information about the guile.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:54:41 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : guile
Epoch : 5
Version : 2.0.14
Release : 7.el8
Architecture : i686
Size : 3.6 M
Source : guile-2.0.14-7.el8.src.rpm
Repository : 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.