How To Install cegui06 on Fedora 34
Introduction
In this tutorial we learn how to install cegui06
on Fedora 34.
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 34. In this tutorial we discuss both methods but you only need to choose one of method to install cegui06.
Install cegui06 on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install cegui06
using dnf
by running the following command:
sudo dnf -y install cegui06
Install cegui06 on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the cegui06
package we can use the following command:
sudo dnf remove cegui06
cegui06 Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/6c5921dd2370b68e764d0c2cb3d059d90d3e1e
/usr/lib/.build-id/46
/usr/lib/.build-id/46/42787b31fbe6dd74a0bcd48b085935aba3ebbb
/usr/lib/.build-id/56
/usr/lib/.build-id/56/89b7b92caefdf4295e738bae8a5b1c5c3ad02d
/usr/lib/.build-id/97
/usr/lib/.build-id/97/579614b7567cb7ef8d15c9bbd8b55038a23751
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/f92e2d6c2c81da2a31c9aed660fa39d941bf24
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/a7a85e9ecabd3299123446b314a1a086b00565
/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 34 using yum and dnf.