How To Install fparser-devel on Fedora 36

In this tutorial we learn how to install fparser-devel in Fedora 36. fparser-devel is Development files for fparser

Introduction

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

What is fparser-devel

The fparser-devel package contains libraries and header files for developing applications that use fparser.

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

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

sudo dnf -y install fparser-devel

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

sudo yum -y install fparser-devel

How To Uninstall fparser-devel on Fedora 36

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

sudo dnf remove fparser-devel

fparser-devel Package Contents on Fedora 36

/usr/include/fparser
/usr/include/fparser/fparser.hh
/usr/include/fparser/fpaux.hh
/usr/include/fparser/fpconfig.hh
/usr/include/fparser/fptypes.hh
/usr/lib/libfparser.so
/usr/lib/pkgconfig/fparser.pc
/usr/share/doc/fparser-devel
/usr/share/doc/fparser-devel/fparser.html
/usr/share/doc/fparser-devel/style.css

References

Summary

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


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

Introduction

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

What is fparser-devel

The fparser-devel package contains libraries and header files for developing applications that use fparser.

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

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

sudo dnf -y install fparser-devel

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

sudo yum -y install fparser-devel

How To Uninstall fparser-devel on Fedora 36

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

sudo dnf remove fparser-devel

fparser-devel Package Contents on Fedora 36

/usr/include/fparser
/usr/include/fparser/fparser.hh
/usr/include/fparser/fpaux.hh
/usr/include/fparser/fpconfig.hh
/usr/include/fparser/fptypes.hh
/usr/lib64/libfparser.so
/usr/lib64/pkgconfig/fparser.pc
/usr/share/doc/fparser-devel
/usr/share/doc/fparser-devel/fparser.html
/usr/share/doc/fparser-devel/style.css

References

Summary

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