How to Install and Uninstall guile30.x86_64 Package on Fedora 38

Last updated: September 24,2024

1. Install "guile30.x86_64" package

This tutorial shows how to install guile30.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install guile30.x86_64

2. Uninstall "guile30.x86_64" package

Here is a brief guide to show you how to uninstall guile30.x86_64 on Fedora 38:

$ sudo dnf remove guile30.x86_64 $ sudo dnf autoremove

3. Information about the guile30.x86_64 package on Fedora 38

Last metadata expiration check: 5:38:28 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : guile30
Version : 3.0.7
Release : 8.fc38
Architecture : x86_64
Size : 8.2 M
Source : guile30-3.0.7-8.fc38.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.