How To Install SILLY on Fedora 34
Introduction
In this tutorial we learn how to install SILLY
on Fedora 34.
What is SILLY
The Simple Image Loading LibrarY is a companion library of the CEGUI project. It provides a simple and easy to use library for image loading. It currently supports the following formats TGA (Targa) JPEG (Joint Photographic Experts Group) PNG (Portable Network Graphics) SILLY 0.1.0 32.fc34 x86_64 24 k SILLY-0.1.0-32.fc34.src.rpm fedora Simple and easy to use library for image loading http MIT The Simple Image Loading LibrarY is a companion library of the CEGUI project. It provides a simple and easy to use library for image loading. It currently supports the following formats TGA (Targa) JPEG (Joint Photographic Experts Group) PNG (Portable Network Graphics)
We can use yum
or dnf
to install SILLY
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install SILLY.
Install SILLY 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 SILLY
using dnf
by running the following command:
sudo dnf -y install SILLY
Install SILLY 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 SILLY
using yum
by running the following command:
sudo yum -y install SILLY
How To Uninstall SILLY on Fedora 34
To uninstall only the SILLY
package we can use the following command:
sudo dnf remove SILLY
SILLY Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/9a5431eca063a349ea392d15b90c92984d946e
/usr/lib64/libSILLY.so.1
/usr/lib64/libSILLY.so.1.0.0
/usr/share/doc/SILLY
/usr/share/doc/SILLY/AUTHORS
/usr/share/doc/SILLY/COPYING
/usr/share/doc/SILLY/ChangeLog
/usr/lib/.build-id
/usr/lib/.build-id/db
/usr/lib/.build-id/db/6b2d669a83f9abafa8344e9bf9c08562fb3c3d
/usr/lib/libSILLY.so.1
/usr/lib/libSILLY.so.1.0.0
/usr/share/doc/SILLY
/usr/share/doc/SILLY/AUTHORS
/usr/share/doc/SILLY/COPYING
/usr/share/doc/SILLY/ChangeLog
References
- [SILLY website](http://www.cegui.org.uk http://www.cegui.org.uk)
Summary
In this tutorial we learn how to install SILLY
on Fedora 34 using yum and dnf.