How to Install and Uninstall guile30-devel.i686 Package on Fedora 35

Last updated: November 29,2024

1. Install "guile30-devel.i686" package

This guide let you learn how to install guile30-devel.i686 on Fedora 35

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

2. Uninstall "guile30-devel.i686" package

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

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

3. Information about the guile30-devel.i686 package on Fedora 35

Last metadata expiration check: 3:35:45 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : guile30-devel
Version : 3.0.7
Release : 2.fc35
Architecture : i686
Size : 102 k
Source : guile30-3.0.7-2.fc35.src.rpm
Repository : fedora
Summary : Libraries and header files for the GUILE extensibility library
URL : https://www.gnu.org/software/guile/
License : LGPLv3+ and MIT and Public Domain and GPL and GPLv3+
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.