How to Install and Uninstall guile.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "guile.i686" package

Here is a brief guide to show you how to install guile.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install guile.i686

2. Uninstall "guile.i686" package

Please follow the instructions below to uninstall guile.i686 on Fedora 34:

$ sudo dnf remove guile.i686 $ sudo dnf autoremove

3. Information about the guile.i686 package on Fedora 34

Last metadata expiration check: 2:19:16 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : guile
Epoch : 5
Version : 2.0.14
Release : 24.fc34
Architecture : i686
Size : 3.4 M
Source : guile-2.0.14-24.fc34.src.rpm
Repository : fedora
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.