How To Install muParser-devel on Fedora 36

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

Introduction

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

What is muParser-devel

Development files and the documentation

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

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

sudo dnf -y install muParser-devel

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

sudo yum -y install muParser-devel

How To Uninstall muParser-devel on Fedora 36

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

sudo dnf remove muParser-devel

muParser-devel Package Contents on Fedora 36

---
title: "How To Install muParser-devel on Fedora 36"
linkTitle: "muParser-devel"
type: "docs"
/usr/include/muParser.h
/usr/include/muParserBase.h
/usr/include/muParserBytecode.h
/usr/include/muParserCallback.h
/usr/include/muParserDLL.h
/usr/include/muParserDef.h
/usr/include/muParserError.h
/usr/include/muParserFixes.h
/usr/include/muParserInt.h
/usr/include/muParserTemplateMagic.h
/usr/include/muParserTest.h
/usr/include/muParserToken.h
/usr/include/muParserTokenReader.h
/usr/lib/libmuparser.so
/usr/lib/pkgconfig/muparser.pc
description: "In this tutorial we learn how to install muParser-devel in Fedora 36. muParser-devel is Development and doc files for muParser"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/muParser-devel-featured.png
---

## Introduction

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

### What is `muParser-devel`

> Development files and the documentation  

References

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

Install muParser-devel on Fedora 36 Using dnf

Summary

Update yum database with dnf using the following command.

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

After updating yum database, We can install muParser-devel using dnf by running the following command:

sudo dnf -y install muParser-devel

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

sudo yum -y install muParser-devel

How To Uninstall muParser-devel on Fedora 36

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

sudo dnf remove muParser-devel

muParser-devel Package Contents on Fedora 36

/usr/include/muParser.h
/usr/include/muParserBase.h
/usr/include/muParserBytecode.h
/usr/include/muParserCallback.h
/usr/include/muParserDLL.h
/usr/include/muParserDef.h
/usr/include/muParserError.h
/usr/include/muParserFixes.h
/usr/include/muParserInt.h
/usr/include/muParserTemplateMagic.h
/usr/include/muParserTest.h
/usr/include/muParserToken.h
/usr/include/muParserTokenReader.h
/usr/lib64/libmuparser.so
/usr/lib64/pkgconfig/muparser.pc

References

Summary

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