How To Install mathgl-examples on Fedora 36
Introduction
In this tutorial we learn how to install mathgl-examples
on Fedora 36.
What is mathgl-examples
Binaries for generation examples of illustrations that could be prepared by mathgl.
We can use yum
or dnf
to install mathgl-examples
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mathgl-examples.
Install mathgl-examples 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-examples
using dnf
by running the following command:
sudo dnf -y install mathgl-examples
Install mathgl-examples 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-examples
using yum
by running the following command:
sudo yum -y install mathgl-examples
How To Uninstall mathgl-examples on Fedora 36
To uninstall only the mathgl-examples
package we can use the following command:
sudo dnf remove mathgl-examples
mathgl-examples Package Contents on Fedora 36
/usr/bin/mgl_example
/usr/bin/mgl_fltk_example
/usr/bin/mgl_glut_example
/usr/bin/mgl_qgl_example
/usr/bin/mgl_qt_example
/usr/bin/mgl_wx_example
/usr/lib/.build-id
/usr/lib/.build-id/33/ec11ae4b4c1e140bd01c3acaffcd7a350b8f3f
/usr/lib/.build-id/37/474abf2aa48aaeb57177152cfaa4f6b738efe4
/usr/lib/.build-id/45/192c195b35ebdda51b777efbe716a81614e18d
/usr/lib/.build-id/5f/f85fa3983a2383e48c3146881905f1deaa248e
/usr/lib/.build-id/c8/41015c49c26b8f8e3f79b93e3c53754cd05985
/usr/lib/.build-id/d8/0e535f3ca8d74ae4bd5e8154b024ffe043bb17
References
Summary
In this tutorial we learn how to install mathgl-examples
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).