How to Install and Uninstall guile-devel.i686 Package on Fedora 38

Last updated: March 01,2025

1. Install "guile-devel.i686" package

This guide covers the steps necessary to install guile-devel.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install guile-devel.i686

2. Uninstall "guile-devel.i686" package

Please follow the step by step instructions below to uninstall guile-devel.i686 on Fedora 38:

$ sudo dnf remove guile-devel.i686 $ sudo dnf autoremove

3. Information about the guile-devel.i686 package on Fedora 38

Last metadata expiration check: 0:14:09 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : guile-devel
Epoch : 5
Version : 2.0.14
Release : 32.fc38
Architecture : i686
Size : 137 k
Source : guile-2.0.14-32.fc38.src.rpm
Repository : updates
Summary : Libraries and header files for the GUILE extensibility library
URL : http://www.gnu.org/software/guile/
License : LGPLv3+
Description : The guile-devel package includes the libraries, header files, etc.,
: that you'll need to develop applications that are linked with the
: GUILE extensibility library.
:
: You need to install the guile-devel package if you want to develop
: applications that will be linked to GUILE. You'll also need to
: install the guile package.