How To Install liblbfgs on Fedora 36

In this tutorial we learn how to install liblbfgs in Fedora 36. liblbfgs is Limited-memory Broyden-Fletcher-Goldfarb-Shanno library

Introduction

In this tutorial we learn how to install liblbfgs on Fedora 36.

What is liblbfgs

A C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal.

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

Install liblbfgs 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 liblbfgs using dnf by running the following command:

sudo dnf -y install liblbfgs

Install liblbfgs 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 liblbfgs using yum by running the following command:

sudo yum -y install liblbfgs

How To Uninstall liblbfgs on Fedora 36

To uninstall only the liblbfgs package we can use the following command:

sudo dnf remove liblbfgs

liblbfgs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/a535bf179329e6924eb90a447952c21a1884be
/usr/lib/liblbfgs.so.1
/usr/lib/liblbfgs.so.1.0.10
/usr/share/doc/liblbfgs
/usr/share/doc/liblbfgs/AUTHORS
/usr/share/doc/liblbfgs/COPYING
/usr/share/doc/liblbfgs/ChangeLog
/usr/share/doc/liblbfgs/README

References

Summary

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


title: “How To Install liblbfgs on Fedora 36” linkTitle: “liblbfgs” type: “docs” description: “In this tutorial we learn how to install liblbfgs in Fedora 36. liblbfgs is Limited-memory Broyden-Fletcher-Goldfarb-Shanno library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/liblbfgs-featured.png

Introduction

In this tutorial we learn how to install liblbfgs on Fedora 36.

What is liblbfgs

A C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal.

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

Install liblbfgs 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 liblbfgs using dnf by running the following command:

sudo dnf -y install liblbfgs

Install liblbfgs 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 liblbfgs using yum by running the following command:

sudo yum -y install liblbfgs

How To Uninstall liblbfgs on Fedora 36

To uninstall only the liblbfgs package we can use the following command:

sudo dnf remove liblbfgs

liblbfgs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/cf382abe4a75e7da48599d54cb0f76ad3cca52
/usr/lib64/liblbfgs.so.1
/usr/lib64/liblbfgs.so.1.0.10
/usr/share/doc/liblbfgs
/usr/share/doc/liblbfgs/AUTHORS
/usr/share/doc/liblbfgs/COPYING
/usr/share/doc/liblbfgs/ChangeLog
/usr/share/doc/liblbfgs/README

References

Summary

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