How To Install mathgl-common on Fedora 36
Introduction
In this tutorial we learn how to install mathgl-common
on Fedora 36.
What is mathgl-common
Common files for mathgl.
We can use yum
or dnf
to install mathgl-common
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mathgl-common.
Install mathgl-common 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-common
using dnf
by running the following command:
sudo dnf -y install mathgl-common
Install mathgl-common 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-common
using yum
by running the following command:
sudo yum -y install mathgl-common
How To Uninstall mathgl-common on Fedora 36
To uninstall only the mathgl-common
package we can use the following command:
sudo dnf remove mathgl-common
mathgl-common Package Contents on Fedora 36
/usr/share/info/mathgl_en.info-1.gz
/usr/share/info/mathgl_en.info-2.gz
/usr/share/info/mathgl_en.info-3.gz
/usr/share/info/mathgl_en.info.gz
/usr/share/man/man5/mgl.5.gz
/usr/share/mime/packages/mgl.xml
/usr/share/pixmaps/udav.png
References
Summary
In this tutorial we learn how to install mathgl-common
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).