How To Install openlibm on Fedora 36

In this tutorial we learn how to install openlibm in Fedora 36. openlibm is High quality system independent, open source libm

Introduction

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

What is openlibm

OpenLIBM is an effort to have a high quality standalone LIBM library. It is meant to be used standalone in applications and programming language implementations. The OpenLIBM code derives from the FreeBSD msun implementation, which in turn derives from FDLIBM 5.3. As a result, it has a number of fixes and updates that have accumulated over the years in msun, and also optimized assembly versions of many functions.

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

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

sudo dnf -y install openlibm

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

sudo yum -y install openlibm

How To Uninstall openlibm on Fedora 36

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

sudo dnf remove openlibm

openlibm Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/f484e753f306d70612cda0f966795c394b4eb1
/usr/lib64/libopenlibm.so.3
/usr/lib64/libopenlibm.so.3.0
/usr/share/doc/openlibm
/usr/share/doc/openlibm/LICENSE.md
/usr/share/doc/openlibm/README.md

References

Summary

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


title: “How To Install openlibm on Fedora 36” linkTitle: “openlibm” type: “docs” description: “In this tutorial we learn how to install openlibm in Fedora 36. openlibm is High quality system independent, open source libm” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/openlibm-featured.png

Introduction

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

What is openlibm

OpenLIBM is an effort to have a high quality standalone LIBM library. It is meant to be used standalone in applications and programming language implementations. The OpenLIBM code derives from the FreeBSD msun implementation, which in turn derives from FDLIBM 5.3. As a result, it has a number of fixes and updates that have accumulated over the years in msun, and also optimized assembly versions of many functions.

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

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

sudo dnf -y install openlibm

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

sudo yum -y install openlibm

How To Uninstall openlibm on Fedora 36

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

sudo dnf remove openlibm

openlibm Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/bc26c1a2a1f815a4b8ac2feb7dbccb34a78354
/usr/lib/libopenlibm.so.3
/usr/lib/libopenlibm.so.3.0
/usr/share/doc/openlibm
/usr/share/doc/openlibm/LICENSE.md
/usr/share/doc/openlibm/README.md

References

Summary

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