How To Install waffle-examples on Fedora 36

In this tutorial we learn how to install waffle-examples in Fedora 36. waffle-examples is Example programs using waffle

Introduction

In this tutorial we learn how to install waffle-examples on Fedora 36.

What is waffle-examples

Example programs using waffle.

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

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

sudo dnf -y install waffle-examples

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

sudo yum -y install waffle-examples

How To Uninstall waffle-examples on Fedora 36

To uninstall only the waffle-examples package we can use the following command:

sudo dnf remove waffle-examples

waffle-examples Package Contents on Fedora 36

/usr/share/doc/waffle-examples
/usr/share/doc/waffle-examples/examples
/usr/share/doc/waffle-examples/examples/Android.mk
/usr/share/doc/waffle-examples/examples/CMakeLists.txt
/usr/share/doc/waffle-examples/examples/Makefile.example
/usr/share/doc/waffle-examples/examples/README.txt
/usr/share/doc/waffle-examples/examples/gl_basic.c
/usr/share/doc/waffle-examples/examples/index.html
/usr/share/doc/waffle-examples/examples/meson.build
/usr/share/doc/waffle-examples/examples/simple-x11-egl.c

References

Summary

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