How To Install mpfr-devel on Fedora 36

In this tutorial we learn how to install mpfr-devel in Fedora 36. mpfr-devel is Development files for the MPFR library

Introduction

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

What is mpfr-devel

Header files and documentation for using the MPFR multiple-precision floating-point library in applications. If you want to develop applications which will use the MPFR library, you’ll need to install the mpfr-devel package. You’ll also need to install the mpfr package.

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

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

sudo dnf -y install mpfr-devel

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

sudo yum -y install mpfr-devel

How To Uninstall mpfr-devel on Fedora 36

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

sudo dnf remove mpfr-devel

mpfr-devel Package Contents on Fedora 36

/usr/include/mpf2mpfr.h
/usr/include/mpfr.h
/usr/lib/libmpfr.so
/usr/lib/pkgconfig/mpfr.pc

References

Summary

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


title: “How To Install mpfr-devel on Fedora 36” linkTitle: “mpfr-devel” type: “docs” description: “In this tutorial we learn how to install mpfr-devel in Fedora 36. mpfr-devel is Development files for the MPFR library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/mpfr-devel-featured.png

Introduction

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

What is mpfr-devel

Header files and documentation for using the MPFR multiple-precision floating-point library in applications. If you want to develop applications which will use the MPFR library, you’ll need to install the mpfr-devel package. You’ll also need to install the mpfr package.

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

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

sudo dnf -y install mpfr-devel

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

sudo yum -y install mpfr-devel

How To Uninstall mpfr-devel on Fedora 36

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

sudo dnf remove mpfr-devel

mpfr-devel Package Contents on Fedora 36

/usr/include/mpf2mpfr.h
/usr/include/mpfr.h
/usr/lib64/libmpfr.so
/usr/lib64/pkgconfig/mpfr.pc

References

Summary

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