How To Install libdfp-static on Fedora 36

In this tutorial we learn how to install libdfp-static in Fedora 36. libdfp-static is Static libraries for libdfp

Introduction

In this tutorial we learn how to install libdfp-static on Fedora 36.

What is libdfp-static

The libdfp-static package contains static libraries for developing applications that use libdfp.

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

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

sudo dnf -y install libdfp-static

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

sudo yum -y install libdfp-static

How To Uninstall libdfp-static on Fedora 36

To uninstall only the libdfp-static package we can use the following command:

sudo dnf remove libdfp-static

libdfp-static Package Contents on Fedora 36

/usr/include/decnumber/decContext.h
/usr/include/decnumber/decConvert.h
/usr/include/decnumber/decNumber.h
/usr/lib64/libdecnumber.a
/usr/lib64/pkgconfig/libdecnumber.pc

References

Summary

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