How To Install mathgl-mgllab on Fedora 36

In this tutorial we learn how to install mathgl-mgllab in Fedora 36. mathgl-mgllab is Viewer and editor for mathgl graphs

Introduction

In this tutorial we learn how to install mathgl-mgllab on Fedora 36.

What is mathgl-mgllab

mgllab is FLTK port of UDAV, cross-platform program for interactive data array visualization using the MathGL library. Mgllab works as a front-end to the mathgl scripting engine, allowing for the generation of a wide variety of scientific graph styles.

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

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

sudo dnf -y install mathgl-mgllab

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

sudo yum -y install mathgl-mgllab

How To Uninstall mathgl-mgllab on Fedora 36

To uninstall only the mathgl-mgllab package we can use the following command:

sudo dnf remove mathgl-mgllab

mathgl-mgllab Package Contents on Fedora 36

/usr/bin/mgllab
/usr/lib/.build-id
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/c12fcc96722a66a6d9b2a046280a1fb42e9aad
/usr/share/applications/mgllab.desktop

References

Summary

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