How To Install guile-NLopt on Fedora 36

In this tutorial we learn how to install guile-NLopt in Fedora 36. guile-NLopt is Guile bindings for NLopt

Introduction

In this tutorial we learn how to install guile-NLopt on Fedora 36.

What is guile-NLopt

This package contains Guile bindings for NLopt.

We can use yum or dnf to install guile-NLopt on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install guile-NLopt.

Install guile-NLopt on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install guile-NLopt using dnf by running the following command:

sudo dnf -y install guile-NLopt

Install guile-NLopt on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install guile-NLopt using yum by running the following command:

sudo yum -y install guile-NLopt

How To Uninstall guile-NLopt on Fedora 36

To uninstall only the guile-NLopt package we can use the following command:

sudo dnf remove guile-NLopt

guile-NLopt Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/00f778fb06bcf6a7f51e4bd563a697a60bdae8
/usr/lib64/guile/2.2/extensions/nlopt_guile.so
/usr/share/guile/site/2.2/nlopt.scm

References

Summary

In this tutorial we learn how to install guile-NLopt on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).