How To Install mona-devel on Fedora 36

In this tutorial we learn how to install mona-devel in Fedora 36. mona-devel is Header files for developing applications with Mona

Introduction

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

What is mona-devel

Header files for developing applications that use the Mona libraries.

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

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

sudo dnf -y install mona-devel

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

sudo yum -y install mona-devel

How To Uninstall mona-devel on Fedora 36

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

sudo dnf remove mona-devel

mona-devel Package Contents on Fedora 36

/usr/include/mona
/usr/include/mona/bdd.h
/usr/include/mona/config.h
/usr/include/mona/dfa.h
/usr/include/mona/dlmalloc.h
/usr/include/mona/gnuc.h
/usr/include/mona/gta.h
/usr/include/mona/mem.h
/usr/lib/libmonabdd.so
/usr/lib/libmonadfa.so
/usr/lib/libmonagta.so
/usr/lib/libmonamem.so

References

Summary

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


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

Introduction

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

What is mona-devel

Header files for developing applications that use the Mona libraries.

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

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

sudo dnf -y install mona-devel

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

sudo yum -y install mona-devel

How To Uninstall mona-devel on Fedora 36

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

sudo dnf remove mona-devel

mona-devel Package Contents on Fedora 36

/usr/include/mona
/usr/include/mona/bdd.h
/usr/include/mona/config.h
/usr/include/mona/dfa.h
/usr/include/mona/dlmalloc.h
/usr/include/mona/gnuc.h
/usr/include/mona/gta.h
/usr/include/mona/mem.h
/usr/lib64/libmonabdd.so
/usr/lib64/libmonadfa.so
/usr/lib64/libmonagta.so
/usr/lib64/libmonamem.so

References

Summary

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