How to Install and Uninstall waffle Package on openSUSE Leap

Last updated: May 03,2024

1. Install "waffle" package

Please follow the steps below to install waffle on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install waffle

2. Uninstall "waffle" package

In this section, we are going to explain the necessary steps to uninstall waffle on openSUSE Leap:

$ sudo zypper remove waffle

3. Information about the waffle package on openSUSE Leap

Information for package waffle:
-------------------------------
Repository : Main Repository
Name : waffle
Version : 1.7.0-bp155.3.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 83.9 KiB
Installed : No
Status : not installed
Source package : waffle-1.7.0-bp155.3.11.src
Upstream URL : https://people.freedesktop.org/~chadversary/waffle/index.html
Summary : C library defering selection of GL API and window system until runtime
Description :
Waffle is a C library that allows deferring the selection of GL API
and window system until runtime. For example, on Linux, Waffle enables
an application to select X11/EGL with an OpenGL 3.3 core profile, Wayland
with OpenGL ES2, and other window system / API combinations.
Waffle's immediate goal is to enable Piglit, Mesa's OpenGL test suite, to test
multiple GL flavors.