How To Install octave-mathgl on Fedora 36

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

Introduction

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

What is octave-mathgl

Octave module for MathGL.

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

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

sudo dnf -y install octave-mathgl

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

sudo yum -y install octave-mathgl

How To Uninstall octave-mathgl on Fedora 36

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

sudo dnf remove octave-mathgl

octave-mathgl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/bc7870a0f4287ed26bf66ddecbd58fca938055
/usr/lib64/octave/packages/mathgl-2.4.4
/usr/lib64/octave/packages/mathgl-2.4.4/x86_64-redhat-linux-gnu-api-v56
/usr/lib64/octave/packages/mathgl-2.4.4/x86_64-redhat-linux-gnu-api-v56/mathgl.oct
/usr/share/octave/packages/mathgl-2.4.4
/usr/share/octave/packages/mathgl-2.4.4/packinfo
/usr/share/octave/packages/mathgl-2.4.4/packinfo/COPYING
/usr/share/octave/packages/mathgl-2.4.4/packinfo/DESCRIPTION
/usr/share/octave/packages/mathgl-2.4.4/packinfo/INDEX
/usr/share/octave/packages/mathgl-2.4.4/packinfo/on_uninstall.m

References

Summary

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