How To Install SILLY on Fedora 36
Introduction
In this tutorial we learn how to install SILLY
on Fedora 36.
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)
title: “How To Install SILLY on Fedora 36”
linkTitle: “SILLY”
type: “docs”
We can use yum
or dnf
to install SILLY
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install SILLY.
description: “In this tutorial we learn how to install SILLY in Fedora 36. SILLY is Simple and easy to use library for image loading”
Install SILLY on Fedora 36 Using dnf
date: “2022-08-17”
lastmod: “2022-08-17”
Update yum database with dnf
using the following command.
#image: /images/fedora/36/SILLY-featured.png
sudo dnf makecache --refresh
## Introduction
In this tutorial we learn how to install SILLY
on Fedora 36.
After updating yum database, We can install SILLY
using dnf
by running the following command:
What is SILLY
sudo dnf -y install 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)
Install SILLY on Fedora 36 Using yum
We can use yum
or dnf
to install SILLY
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install SILLY.
Update yum database with yum
using the following command.
Install SILLY on Fedora 36 Using dnf
sudo yum makecache --refresh
Update yum database with `dnf` using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install `SILLY` using `yum` by running the following command:
sudo yum -y install SILLY
After updating yum database, We can install `SILLY` using `dnf` by running the following command:
How To Uninstall SILLY on Fedora 36
sudo dnf -y install SILLY
To uninstall only the SILLY
package we can use the following command:
## Install SILLY on Fedora 36 Using yum
sudo dnf remove SILLY
Update yum database with yum
using the following command.
SILLY Package Contents on Fedora 36
```bash
sudo yum makecache --refresh
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 36
To uninstall only the SILLY
package we can use the following command:
sudo dnf remove SILLY
SILLY Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/55c1eeae2e5eb2e95dbafee38f51f757462f16
/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
References
Summary
/usr/lib/.build-id
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/9d2dd98ded0f0bf3ce2866cd9e418a7ec9278f
/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
In this tutorial we learn how to install SILLY
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
## References
* [SILLY website](http://www.cegui.org.uk)
## Summary
In this tutorial we learn how to install `SILLY` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).