How To Install libifp-devel on Fedora 36

In this tutorial we learn how to install libifp-devel in Fedora 36. libifp-devel is Headers and libraries for developing with libifp

Introduction

In this tutorial we learn how to install libifp-devel on Fedora 36.

What is libifp-devel

This package contains headers and libraries for developing apps that use libifp.

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

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

sudo dnf -y install libifp-devel

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

sudo yum -y install libifp-devel

How To Uninstall libifp-devel on Fedora 36

To uninstall only the libifp-devel package we can use the following command:

sudo dnf remove libifp-devel

libifp-devel Package Contents on Fedora 36

/usr/include/ifp.h
/usr/lib64/libifp.so
/usr/share/man/man3/ifp.h.3.gz

References

Summary

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


title: “How To Install libifp-devel on Fedora 36” linkTitle: “libifp-devel” type: “docs” description: “In this tutorial we learn how to install libifp-devel in Fedora 36. libifp-devel is Headers and libraries for developing with libifp” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libifp-devel-featured.png

Introduction

In this tutorial we learn how to install libifp-devel on Fedora 36.

What is libifp-devel

This package contains headers and libraries for developing apps that use libifp.

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

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

sudo dnf -y install libifp-devel

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

sudo yum -y install libifp-devel

How To Uninstall libifp-devel on Fedora 36

To uninstall only the libifp-devel package we can use the following command:

sudo dnf remove libifp-devel

libifp-devel Package Contents on Fedora 36

/usr/include/ifp.h
/usr/lib/libifp.so
/usr/share/man/man3/ifp.h.3.gz

References

Summary

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