How To Install libwayland-egl on Fedora 36

In this tutorial we learn how to install libwayland-egl in Fedora 36. libwayland-egl is Wayland egl library

Introduction

In this tutorial we learn how to install libwayland-egl on Fedora 36.

What is libwayland-egl

Wayland egl library

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

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

sudo dnf -y install libwayland-egl

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

sudo yum -y install libwayland-egl

How To Uninstall libwayland-egl on Fedora 36

To uninstall only the libwayland-egl package we can use the following command:

sudo dnf remove libwayland-egl

libwayland-egl Package Contents on Fedora 36

---
title: "How To Install libwayland-egl on Fedora 36"
linkTitle: "libwayland-egl"
type: "docs"
description: "In this tutorial we learn how to install libwayland-egl in Fedora 36. libwayland-egl is Wayland egl library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libwayland-egl-featured.png
---

## Introduction

In this tutorial we learn how to install `libwayland-egl` on Fedora 36.

### What is `libwayland-egl`

> Wayland egl library  

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

## Install libwayland-egl on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install libwayland-egl using dnf by running the following command:

sudo dnf -y install libwayland-egl

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

sudo yum -y install libwayland-egl

How To Uninstall libwayland-egl on Fedora 36

To uninstall only the libwayland-egl package we can use the following command:

sudo dnf remove libwayland-egl

libwayland-egl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/b82498e7ac823194189a4b109919517e24d494
/usr/lib64/libwayland-egl.so.1
/usr/lib64/libwayland-egl.so.1.20.0
/usr/share/licenses/libwayland-egl
/usr/share/licenses/libwayland-egl/COPYING

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/32 /usr/lib/.build-id/32/d0cf598975188e478e82cdd60ea50c5abb0095 /usr/lib/libwayland-egl.so.1 /usr/lib/libwayland-egl.so.1.20.0 /usr/share/licenses/libwayland-egl /usr/share/licenses/libwayland-egl/COPYING


## References

* [libwayland-egl website](http://wayland.freedesktop.org/)

## Summary

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