How to Install and Uninstall guile30-devel.x86_64 Package on Rocky Linux 9

Last updated: September 21,2024

1. Install "guile30-devel.x86_64" package

Please follow the guidelines below to install guile30-devel.x86_64 on Rocky Linux 9

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

2. Uninstall "guile30-devel.x86_64" package

In this section, we are going to explain the necessary steps to uninstall guile30-devel.x86_64 on Rocky Linux 9:

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

3. Information about the guile30-devel.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:42:04 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : guile30-devel
Version : 3.0.7
Release : 4.el9
Architecture : x86_64
Size : 102 k
Source : guile30-3.0.7-4.el9.src.rpm
Repository : epel
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.