How To Install mm-devel on Fedora 36

In this tutorial we learn how to install mm-devel in Fedora 36. mm-devel is Header files and libraries for mm development

Introduction

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

What is mm-devel

The mm-devel package contains the header files and libraries needed to develop programs that use the mm library.

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

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

sudo dnf -y install mm-devel

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

sudo yum -y install mm-devel

How To Uninstall mm-devel on Fedora 36

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

sudo dnf remove mm-devel

mm-devel Package Contents on Fedora 36

/usr/bin/mm-config
/usr/include/mm.h
/usr/lib/libmm.so
/usr/share/doc/mm-devel
/usr/share/doc/mm-devel/ChangeLog
/usr/share/man/man1/mm-config.1.gz
/usr/share/man/man3/mm.3.gz

References

Summary

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


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

Introduction

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

What is mm-devel

The mm-devel package contains the header files and libraries needed to develop programs that use the mm library.

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

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

sudo dnf -y install mm-devel

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

sudo yum -y install mm-devel

How To Uninstall mm-devel on Fedora 36

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

sudo dnf remove mm-devel

mm-devel Package Contents on Fedora 36

/usr/bin/mm-config
/usr/include/mm.h
/usr/lib64/libmm.so
/usr/share/doc/mm-devel
/usr/share/doc/mm-devel/ChangeLog
/usr/share/man/man1/mm-config.1.gz
/usr/share/man/man3/mm.3.gz

References

Summary

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