How To Install mathgl-lua on Fedora 36

In this tutorial we learn how to install mathgl-lua in Fedora 36. mathgl-lua is Lua module for MathGL

Introduction

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

What is mathgl-lua

%{Summary}.

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

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

sudo dnf -y install mathgl-lua

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

sudo yum -y install mathgl-lua

How To Uninstall mathgl-lua on Fedora 36

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

sudo dnf remove mathgl-lua

mathgl-lua Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/53
/usr/lib/.build-id/53/7a7fb35027f0ee49bac24bd3b03df1e00e23e2
/usr/lib64/mgl-lua.so

References

Summary

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