How To Install cegui06 on Fedora 36

In this tutorial we learn how to install cegui06 in Fedora 36. cegui06 is CEGUI library 0.6 for apps which need this specific version

Introduction

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

What is cegui06

Crazy Eddie’s GUI System is a free library providing windowing and widgets for graphics APIs / engines. This package contains the older version 0.6 for apps which cannot be easily ported to 0.7. As such this version has been build without additional image codecs or xml parsers.

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

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

sudo dnf -y install cegui06

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

sudo yum -y install cegui06

How To Uninstall cegui06 on Fedora 36

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

sudo dnf remove cegui06

cegui06 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/99d58b54cc397370e5a06aba2b2b75b4120017
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/6ea078d3f0ff7f2a565b06c5f00afbecf0652a
/usr/lib/.build-id/93
/usr/lib/.build-id/93/36f51bd7483f4874e6abf2c3e980ee87f35f62
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/e935ed079e6275087f654d02b6c4bf335fdc03
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/0bd52fdc258c2a39bd0ba3ab51b35ba4b9dbb5
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/58835df5e2a131922cc181cb195da46dde03b6
/usr/lib64/libCEGUIBase-0.6.2.so
/usr/lib64/libCEGUIExpatParser-0.6.2.so
/usr/lib64/libCEGUIFalagardWRBase-0.6.2.so
/usr/lib64/libCEGUIFreeImageImageCodec-0.6.2.so
/usr/lib64/libCEGUIOpenGLRenderer-0.6.2.so
/usr/lib64/libCEGUITGAImageCodec-0.6.2.so
/usr/share/doc/cegui06
/usr/share/doc/cegui06/AUTHORS
/usr/share/doc/cegui06/COPYING
/usr/share/doc/cegui06/ChangeLog
/usr/share/doc/cegui06/README
/usr/share/doc/cegui06/TODO

References

Summary

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