How To Install cegui-irrlicht-renderer on Fedora 36

In this tutorial we learn how to install cegui-irrlicht-renderer in Fedora 36. cegui-irrlicht-renderer is Irrlicht renderer for CEGUI

Introduction

In this tutorial we learn how to install cegui-irrlicht-renderer on Fedora 36.

What is cegui-irrlicht-renderer

Irrlicht renderer for CEGUI.

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

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

sudo dnf -y install cegui-irrlicht-renderer

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

sudo yum -y install cegui-irrlicht-renderer

How To Uninstall cegui-irrlicht-renderer on Fedora 36

To uninstall only the cegui-irrlicht-renderer package we can use the following command:

sudo dnf remove cegui-irrlicht-renderer

cegui-irrlicht-renderer Package Contents on Fedora 36

---
title: "How To Install cegui-irrlicht-renderer on Fedora 36"
linkTitle: "cegui-irrlicht-renderer"
type: "docs"
description: "In this tutorial we learn how to install cegui-irrlicht-renderer in Fedora 36. cegui-irrlicht-renderer is Irrlicht renderer for CEGUI"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/cegui-irrlicht-renderer-featured.png
---

## Introduction

In this tutorial we learn how to install `cegui-irrlicht-renderer` on Fedora 36.

### What is `cegui-irrlicht-renderer`

> Irrlicht renderer for CEGUI.  

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

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

sudo dnf -y install cegui-irrlicht-renderer

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

sudo yum -y install cegui-irrlicht-renderer

How To Uninstall cegui-irrlicht-renderer on Fedora 36

To uninstall only the cegui-irrlicht-renderer package we can use the following command:

sudo dnf remove cegui-irrlicht-renderer

cegui-irrlicht-renderer Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/4794ac4ab6075e8dc99bf955e56684494fd9af
/usr/lib/libCEGUIIrrlichtRenderer-0.so.2
/usr/lib/libCEGUIIrrlichtRenderer-0.so.2.4.2
/usr/lib/.build-id
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/2dbf7db9694540416062a89d40f6412d9e6e45
/usr/lib64/libCEGUIIrrlichtRenderer-0.so.2
/usr/lib64/libCEGUIIrrlichtRenderer-0.so.2.4.2

References

Summary

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


## References

* [cegui-irrlicht-renderer website](http://www.cegui.org.uk)

## Summary

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