How To Install shiny on Fedora 36

In this tutorial we learn how to install shiny in Fedora 36. shiny is Shader and material management library for OGRE

Introduction

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

What is shiny

Shader and material management library for OGRE.

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

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

sudo dnf -y install shiny

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

sudo yum -y install shiny

How To Uninstall shiny on Fedora 36

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

sudo dnf remove shiny

shiny Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/867fb564fa7608b0dc7d913239ee52d702b204
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/96175d961a89170fef9fb43762633612315ef0
/usr/lib/OGRE/libshiny.OgrePlatform.so
/usr/lib/libshiny.so.0.3
/usr/share/doc/shiny
/usr/share/doc/shiny/License.txt
/usr/share/doc/shiny/Readme.txt

References

Summary

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


title: “How To Install shiny on Fedora 36” linkTitle: “shiny” type: “docs” description: “In this tutorial we learn how to install shiny in Fedora 36. shiny is Shader and material management library for OGRE” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/shiny-featured.png

Introduction

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

What is shiny

Shader and material management library for OGRE.

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

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

sudo dnf -y install shiny

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

sudo yum -y install shiny

How To Uninstall shiny on Fedora 36

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

sudo dnf remove shiny

shiny Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/4b7f3864bd36d6f571cb383d5796a1a62b3bc5
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/5d6cb756bb4726eabc1f9243e7ed8eac96f0cd
/usr/lib64/OGRE/libshiny.OgrePlatform.so
/usr/lib64/libshiny.so.0.3
/usr/share/doc/shiny
/usr/share/doc/shiny/License.txt
/usr/share/doc/shiny/Readme.txt

References

Summary

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