How To Install mathex on Fedora 36
Introduction
In this tutorial we learn how to install mathex
on Fedora 36.
What is mathex
C++ library to parse/evaluate mathematical expressions.
We can use yum
or dnf
to install mathex
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mathex.
Install mathex 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 mathex
using dnf
by running the following command:
sudo dnf -y install mathex
Install mathex 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 mathex
using yum
by running the following command:
sudo yum -y install mathex
How To Uninstall mathex on Fedora 36
To uninstall only the mathex
package we can use the following command:
sudo dnf remove mathex
mathex Package Contents on Fedora 36
---
title: "How To Install mathex on Fedora 36"
linkTitle: "mathex"
type: "docs"
description: "In this tutorial we learn how to install mathex in Fedora 36. mathex is C++ library to parse/evaluate mathematical expressions"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/mathex-featured.png
---
## Introduction
In this tutorial we learn how to install `mathex` on Fedora 36.
### What is `mathex`
> C++ library to parse/evaluate mathematical expressions.
We can use `yum` or `dnf` to install `mathex` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mathex.
## Install mathex on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install mathex
using dnf
by running the following command:
sudo dnf -y install mathex
Install mathex 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 mathex
using yum
by running the following command:
sudo yum -y install mathex
How To Uninstall mathex on Fedora 36
To uninstall only the mathex
package we can use the following command:
sudo dnf remove mathex
mathex Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/80
/usr/lib/.build-id/80/9b6641d6ad2ab36d3a3a44324f8dba16c5262f
/usr/lib64/libmathex.so.0
/usr/lib64/libmathex.so.0.0.0
/usr/share/doc/mathex
/usr/share/doc/mathex/changelog.txt
/usr/share/licenses/mathex
/usr/share/licenses/mathex/lesser.txt
/usr/share/licenses/mathex/license.txt
References
Summary
In this tutorial we learn how to install mathex
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/75 /usr/lib/.build-id/75/ba578ea4b9b6e647803b324ef4dabf036c5c15 /usr/lib/libmathex.so.0 /usr/lib/libmathex.so.0.0.0 /usr/share/doc/mathex /usr/share/doc/mathex/changelog.txt /usr/share/licenses/mathex /usr/share/licenses/mathex/lesser.txt /usr/share/licenses/mathex/license.txt
## References
* [mathex website](http://sscilib.sourceforge.net/)
## Summary
In this tutorial we learn how to install `mathex` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).