How To Install glmark2 on Fedora 36

In this tutorial we learn how to install glmark2 in Fedora 36. glmark2 is Benchmark for OpenGL 2.0

Introduction

In this tutorial we learn how to install glmark2 on Fedora 36.

What is glmark2

Glmark2 is a benchmark for OpenGL 2.0.

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

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

sudo dnf -y install glmark2

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

sudo yum -y install glmark2

How To Uninstall glmark2 on Fedora 36

To uninstall only the glmark2 package we can use the following command:

sudo dnf remove glmark2

glmark2 Package Contents on Fedora 36

/usr/bin/glmark2
/usr/bin/glmark2-drm
/usr/bin/glmark2-es2
/usr/bin/glmark2-es2-drm
/usr/bin/glmark2-es2-wayland
/usr/bin/glmark2-wayland
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/a25732c2463c515d2690d8af921742f96ed9f3
/usr/lib/.build-id/33
/usr/lib/.build-id/33/ff0ca900efd25039f94c701c7b4d795c2b4cb0
/usr/lib/.build-id/42
/usr/lib/.build-id/42/86741048966b585df5af4231afb6e854bde738
/usr/lib/.build-id/85
/usr/lib/.build-id/85/1f40e73eb5f521be37bc575efb994e89800f12
/usr/lib/.build-id/af
/usr/lib/.build-id/af/f928d6c181ffca90e078b2f576df83c48f3b69
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/2011a30d6e904152f92b781e57b7050ca545f7
/usr/share/appdata/glmark2.appdata.xml
/usr/share/applications/glmark2-es2-wayland.desktop
/usr/share/applications/glmark2-es2.desktop
/usr/share/applications/glmark2-wayland.desktop
/usr/share/applications/glmark2.desktop
/usr/share/doc/glmark2
/usr/share/doc/glmark2/NEWS
/usr/share/doc/glmark2/README
/usr/share/licenses/glmark2
/usr/share/licenses/glmark2/COPYING
/usr/share/licenses/glmark2/COPYING.SGI
/usr/share/man/man1/glmark2-drm.1.gz
/usr/share/man/man1/glmark2-es2-drm.1.gz
/usr/share/man/man1/glmark2-es2-wayland.1.gz
/usr/share/man/man1/glmark2-es2.1.gz
/usr/share/man/man1/glmark2-wayland.1.gz
/usr/share/man/man1/glmark2.1.gz
/usr/share/pixmaps/glmark2-es2-wayland.png
/usr/share/pixmaps/glmark2-es2.png
/usr/share/pixmaps/glmark2-wayland.png
/usr/share/pixmaps/glmark2.png

References

Summary

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