How To Install libmatheval on Fedora 36

In this tutorial we learn how to install libmatheval in Fedora 36. libmatheval is Library for parsing and evaluating symbolic expressions input as text

Introduction

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

What is libmatheval

GNU libmatheval is a library (callable from C and Fortran) to parse and evaluate symbolic expressions input as text. It supports expressions in any number of variables of arbitrary names, decimal and symbolic constants, basic unary and binary operators, and elementary mathematical functions. In addition to parsing and evaluation, libmatheval can also compute symbolic derivatives and output expressions to strings.

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

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

sudo dnf -y install libmatheval

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

sudo yum -y install libmatheval

How To Uninstall libmatheval on Fedora 36

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

sudo dnf remove libmatheval

libmatheval Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/83
/usr/lib/.build-id/83/1266b183e613876b12d28aee2f689c3bc8edf1
/usr/lib64/libmatheval.so.1
/usr/lib64/libmatheval.so.1.0.0
/usr/share/doc/libmatheval
/usr/share/doc/libmatheval/AUTHORS
/usr/share/doc/libmatheval/COPYING
/usr/share/doc/libmatheval/README

References

Summary

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


title: “How To Install libmatheval on Fedora 36” linkTitle: “libmatheval” type: “docs” description: “In this tutorial we learn how to install libmatheval in Fedora 36. libmatheval is Library for parsing and evaluating symbolic expressions input as text” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libmatheval-featured.png

Introduction

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

What is libmatheval

GNU libmatheval is a library (callable from C and Fortran) to parse and evaluate symbolic expressions input as text. It supports expressions in any number of variables of arbitrary names, decimal and symbolic constants, basic unary and binary operators, and elementary mathematical functions. In addition to parsing and evaluation, libmatheval can also compute symbolic derivatives and output expressions to strings.

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

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

sudo dnf -y install libmatheval

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

sudo yum -y install libmatheval

How To Uninstall libmatheval on Fedora 36

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

sudo dnf remove libmatheval

libmatheval Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/95
/usr/lib/.build-id/95/5e2a192c45574bb0ead8c29208e6061765f0d7
/usr/lib/libmatheval.so.1
/usr/lib/libmatheval.so.1.0.0
/usr/share/doc/libmatheval
/usr/share/doc/libmatheval/AUTHORS
/usr/share/doc/libmatheval/COPYING
/usr/share/doc/libmatheval/README

References

Summary

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