How To Install cegui-null-renderer on Fedora 36

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

Introduction

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

What is cegui-null-renderer

Null renderer for CEGUI. Useful for headless deployments or unit testing.

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

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

sudo dnf -y install cegui-null-renderer

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

sudo yum -y install cegui-null-renderer

How To Uninstall cegui-null-renderer on Fedora 36

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

sudo dnf remove cegui-null-renderer

cegui-null-renderer Package Contents on Fedora 36

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

## Introduction

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

### What is `cegui-null-renderer`

> Null renderer for CEGUI. Useful for headless deployments or unit testing.  

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

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

sudo dnf -y install cegui-null-renderer

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

sudo yum -y install cegui-null-renderer

How To Uninstall cegui-null-renderer on Fedora 36

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

sudo dnf remove cegui-null-renderer

cegui-null-renderer Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/f19235d943af983c4a45a4d41a8643b57009e9
/usr/lib64/libCEGUINullRenderer-0.so.2
/usr/lib64/libCEGUINullRenderer-0.so.2.4.2

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/64 /usr/lib/.build-id/64/1c8f8bfaae595beb66d4a30c7e064ec6350492 /usr/lib/libCEGUINullRenderer-0.so.2 /usr/lib/libCEGUINullRenderer-0.so.2.4.2


## References

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

## Summary

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