How To Install waffle on Fedora 36
Introduction
In this tutorial we learn how to install waffle
on Fedora 36.
What is waffle
Waffle is a cross-platform C library that allows one to defer selection of GL API and of window system until runtime.
We can use yum
or dnf
to install waffle
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install waffle.
Install waffle 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
using dnf
by running the following command:
sudo dnf -y install waffle
Install waffle 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
using yum
by running the following command:
sudo yum -y install waffle
How To Uninstall waffle on Fedora 36
To uninstall only the waffle
package we can use the following command:
sudo dnf remove waffle
waffle Package Contents on Fedora 36
/usr/bin/wflinfo
/usr/lib/.build-id
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/7cb638dac5b24a4a15b48f927c1f1031370b0d
/usr/lib/.build-id/70
/usr/lib/.build-id/70/064646d11766741fd2a1ed95ef2428e55555e3
/usr/lib64/libwaffle-1.so.0
/usr/lib64/libwaffle-1.so.0.6.1
/usr/share/bash-completion/completions/wflinfo
/usr/share/doc/waffle
/usr/share/doc/waffle/README.md
/usr/share/licenses/waffle
/usr/share/licenses/waffle/LICENSE.txt
References
Summary
In this tutorial we learn how to install waffle
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install waffle on Fedora 36” linkTitle: “waffle” type: “docs” description: “In this tutorial we learn how to install waffle in Fedora 36. waffle is Platform independent GL API layer” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/waffle-featured.png
Introduction
In this tutorial we learn how to install waffle
on Fedora 36.
What is waffle
Waffle is a cross-platform C library that allows one to defer selection of GL API and of window system until runtime.
We can use yum
or dnf
to install waffle
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install waffle.
Install waffle 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
using dnf
by running the following command:
sudo dnf -y install waffle
Install waffle 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
using yum
by running the following command:
sudo yum -y install waffle
How To Uninstall waffle on Fedora 36
To uninstall only the waffle
package we can use the following command:
sudo dnf remove waffle
waffle Package Contents on Fedora 36
/usr/bin/wflinfo
/usr/lib/.build-id
/usr/lib/.build-id/81
/usr/lib/.build-id/81/4f03fc7772dcb7cfe0f9fc913802c4c4f63557
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/0fe6323cfcca32fb3ef9037a7be31c90d5405f
/usr/lib/libwaffle-1.so.0
/usr/lib/libwaffle-1.so.0.6.1
/usr/share/bash-completion/completions/wflinfo
/usr/share/doc/waffle
/usr/share/doc/waffle/README.md
/usr/share/licenses/waffle
/usr/share/licenses/waffle/LICENSE.txt
References
Summary
In this tutorial we learn how to install waffle
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).