How To Install muParser on Fedora 36
Introduction
In this tutorial we learn how to install muParser
on Fedora 36.
What is muParser
Many applications require the parsing of mathematical expressions. The main objective of this project is to provide a fast and easy way of doing this. muParser is an extensible high performance math parser library. It is based on transforming an expression into a bytecode and precalculating constant parts of it.
We can use yum
or dnf
to install muParser
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install muParser.
Install muParser 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 muParser
using dnf
by running the following command:
sudo dnf -y install muParser
Install muParser 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 muParser
using yum
by running the following command:
sudo yum -y install muParser
How To Uninstall muParser on Fedora 36
To uninstall only the muParser
package we can use the following command:
sudo dnf remove muParser
muParser Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/308fc2aab718368137023b5f4f19011c84699b
/usr/lib/libmuparser.so.2
/usr/lib/libmuparser.so.2.3.2
/usr/share/doc/muParser
/usr/share/doc/muParser/Changes.txt
/usr/share/doc/muParser/License.txt
References
Summary
In this tutorial we learn how to install muParser
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install muParser on Fedora 36” linkTitle: “muParser” type: “docs” description: “In this tutorial we learn how to install muParser in Fedora 36. muParser is A fast math parser library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/muParser-featured.png
Introduction
In this tutorial we learn how to install muParser
on Fedora 36.
What is muParser
Many applications require the parsing of mathematical expressions. The main objective of this project is to provide a fast and easy way of doing this. muParser is an extensible high performance math parser library. It is based on transforming an expression into a bytecode and precalculating constant parts of it.
We can use yum
or dnf
to install muParser
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install muParser.
Install muParser 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 muParser
using dnf
by running the following command:
sudo dnf -y install muParser
Install muParser 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 muParser
using yum
by running the following command:
sudo yum -y install muParser
How To Uninstall muParser on Fedora 36
To uninstall only the muParser
package we can use the following command:
sudo dnf remove muParser
muParser Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/68
/usr/lib/.build-id/68/893a1238e0bf3f7bc29c3063c88fd8af544f75
/usr/lib64/libmuparser.so.2
/usr/lib64/libmuparser.so.2.3.2
/usr/share/doc/muParser
/usr/share/doc/muParser/Changes.txt
/usr/share/doc/muParser/License.txt
References
Summary
In this tutorial we learn how to install muParser
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).