How To Install mingw32-plotmm on Fedora 36

In this tutorial we learn how to install mingw32-plotmm in Fedora 36. mingw32-plotmm is MinGW GTKmm plot widget for scientific applications for the win32 target

Introduction

In this tutorial we learn how to install mingw32-plotmm on Fedora 36.

What is mingw32-plotmm

This package provides an extension to the mingw32 gtkmm library. It contains widgets which are primarily useful for technical and scientifical purposes. Initially, this is a 2-D plotting widget.

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

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

sudo dnf -y install mingw32-plotmm

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

sudo yum -y install mingw32-plotmm

How To Uninstall mingw32-plotmm on Fedora 36

To uninstall only the mingw32-plotmm package we can use the following command:

sudo dnf remove mingw32-plotmm

mingw32-plotmm Package Contents on Fedora 36

/usr/i686-w64-mingw32/sys-root/mingw/bin/libplotmm-0.dll
/usr/i686-w64-mingw32/sys-root/mingw/include/plotmm
/usr/i686-w64-mingw32/sys-root/mingw/include/plotmm/compat.h
/usr/i686-w64-mingw32/sys-root/mingw/include/plotmm/curve.h
/usr/i686-w64-mingw32/sys-root/mingw/include/plotmm/doubleintmap.h
/usr/i686-w64-mingw32/sys-root/mingw/include/plotmm/doublerect.h
/usr/i686-w64-mingw32/sys-root/mingw/include/plotmm/errorcurve.h
/usr/i686-w64-mingw32/sys-root/mingw/include/plotmm/paint.h
/usr/i686-w64-mingw32/sys-root/mingw/include/plotmm/plot.h
/usr/i686-w64-mingw32/sys-root/mingw/include/plotmm/rectangle.h
/usr/i686-w64-mingw32/sys-root/mingw/include/plotmm/scale.h
/usr/i686-w64-mingw32/sys-root/mingw/include/plotmm/scalediv.h
/usr/i686-w64-mingw32/sys-root/mingw/include/plotmm/supplemental.h
/usr/i686-w64-mingw32/sys-root/mingw/include/plotmm/symbol.h
/usr/i686-w64-mingw32/sys-root/mingw/lib/libplotmm.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/plotmm.pc
/usr/share/doc/mingw32-plotmm
/usr/share/doc/mingw32-plotmm/AUTHORS
/usr/share/doc/mingw32-plotmm/COPYING
/usr/share/doc/mingw32-plotmm/ChangeLog
/usr/share/doc/mingw32-plotmm/README

References

Summary

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