How To Install cegui-DevIL-imagecodec on Fedora 36

In this tutorial we learn how to install cegui-DevIL-imagecodec in Fedora 36. cegui-DevIL-imagecodec is Alternative imagecodec library for CEGUI using DevIL

Introduction

In this tutorial we learn how to install cegui-DevIL-imagecodec on Fedora 36.

What is cegui-DevIL-imagecodec

Alternative imagecodec library for CEGUI using DevIL.

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

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

sudo dnf -y install cegui-DevIL-imagecodec

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

sudo yum -y install cegui-DevIL-imagecodec

How To Uninstall cegui-DevIL-imagecodec on Fedora 36

To uninstall only the cegui-DevIL-imagecodec package we can use the following command:

sudo dnf remove cegui-DevIL-imagecodec

cegui-DevIL-imagecodec Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/d57cd128c529033c92d0bacbdb17e169a63bc6
/usr/lib64/cegui-0.8/libCEGUIDevILImageCodec.so

References

Summary

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