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

Last updated: October 06,2024

1. Install "guile30.i686" package

Here is a brief guide to show you how to install guile30.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install guile30.i686

2. Uninstall "guile30.i686" package

This tutorial shows how to uninstall guile30.i686 on Fedora 35:

$ sudo dnf remove guile30.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:06:05 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : guile30
Version : 3.0.7
Release : 2.fc35
Architecture : i686
Size : 8.0 M
Source : guile30-3.0.7-2.fc35.src.rpm
Repository : fedora
Summary : A GNU implementation of Scheme for application extensibility
URL : https://www.gnu.org/software/guile/
License : LGPLv3+ and MIT and Public Domain and GPL and GPLv3+
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.