How To Install libepoxy on Fedora 36

In this tutorial we learn how to install libepoxy in Fedora 36. libepoxy is epoxy runtime library

Introduction

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

What is libepoxy

A library for handling OpenGL function pointer management.

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

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

sudo dnf -y install libepoxy

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

sudo yum -y install libepoxy

How To Uninstall libepoxy on Fedora 36

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

sudo dnf remove libepoxy

libepoxy Package Contents on Fedora 36

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

## Introduction

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

### What is `libepoxy`

> A library for handling OpenGL function pointer management.  

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

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

sudo dnf -y install libepoxy

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

sudo yum -y install libepoxy

How To Uninstall libepoxy on Fedora 36

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

sudo dnf remove libepoxy

libepoxy Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/cd2dca48bd51a3f2a3802030cf2a6fb288b777
/usr/lib/libepoxy.so.0
/usr/lib/libepoxy.so.0.0.0
/usr/share/doc/libepoxy
/usr/share/doc/libepoxy/README.md
/usr/share/licenses/libepoxy
/usr/share/licenses/libepoxy/COPYING

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/49 /usr/lib/.build-id/49/fe5f980885b21196324b1a8b5d7272b4ef71bd /usr/lib64/libepoxy.so.0 /usr/lib64/libepoxy.so.0.0.0 /usr/share/doc/libepoxy /usr/share/doc/libepoxy/README.md /usr/share/licenses/libepoxy /usr/share/licenses/libepoxy/COPYING


## References

* [libepoxy website](https://github.com/anholt/libepoxy)

## Summary

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