How to Install and Uninstall guile22.x86_64 Package on AlmaLinux 9

Last updated: October 13,2024

1. Install "guile22.x86_64" package

Please follow the guidelines below to install guile22.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install guile22.x86_64

2. Uninstall "guile22.x86_64" package

Here is a brief guide to show you how to uninstall guile22.x86_64 on AlmaLinux 9:

$ sudo dnf remove guile22.x86_64 $ sudo dnf autoremove

3. Information about the guile22.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:15:06 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : guile22
Version : 2.2.7
Release : 6.el9
Architecture : x86_64
Size : 6.4 M
Source : guile22-2.2.7-6.el9.src.rpm
Repository : epel
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.