How To Install shiny-devel on Fedora 36
Introduction
In this tutorial we learn how to install shiny-devel
on Fedora 36.
What is shiny-devel
Development files for shader and material management library for OGRE.
We can use yum
or dnf
to install shiny-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install shiny-devel.
Install shiny-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install shiny-devel
Install shiny-devel 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-devel
using yum
by running the following command:
sudo yum -y install shiny-devel
How To Uninstall shiny-devel on Fedora 36
To uninstall only the shiny-devel
package we can use the following command:
sudo dnf remove shiny-devel
shiny-devel Package Contents on Fedora 36
---
title: "How To Install shiny-devel on Fedora 36"
linkTitle: "shiny-devel"
type: "docs"
description: "In this tutorial we learn how to install shiny-devel in Fedora 36. shiny-devel is Development Files for shiny"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/shiny-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `shiny-devel` on Fedora 36.
### What is `shiny-devel`
> Development files for shader and material management library for OGRE.
We can use `yum` or `dnf` to install `shiny-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install shiny-devel.
## Install shiny-devel on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install shiny-devel
using dnf
by running the following command:
sudo dnf -y install shiny-devel
Install shiny-devel 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-devel
using yum
by running the following command:
sudo yum -y install shiny-devel
How To Uninstall shiny-devel on Fedora 36
To uninstall only the shiny-devel
package we can use the following command:
sudo dnf remove shiny-devel
shiny-devel Package Contents on Fedora 36
/usr/include/shiny
/usr/include/shiny/Editor
/usr/include/shiny/Editor/Actions.hpp
/usr/include/shiny/Editor/AddPropertyDialog.hpp
/usr/include/shiny/Editor/ColoredTabWidget.hpp
/usr/include/shiny/Editor/Editor.hpp
/usr/include/shiny/Editor/MainWindow.hpp
/usr/include/shiny/Editor/NewMaterialDialog.hpp
/usr/include/shiny/Editor/PropertySortModel.hpp
/usr/include/shiny/Editor/Query.hpp
/usr/include/shiny/Extra
/usr/include/shiny/Extra/core.h
/usr/include/shiny/Main
/usr/include/shiny/Main/Factory.hpp
/usr/include/shiny/Main/Language.hpp
/usr/include/shiny/Main/MaterialInstance.hpp
/usr/include/shiny/Main/MaterialInstancePass.hpp
/usr/include/shiny/Main/MaterialInstanceTextureUnit.hpp
/usr/include/shiny/Main/Platform.hpp
/usr/include/shiny/Main/Preprocessor.hpp
/usr/include/shiny/Main/PropertyBase.hpp
/usr/include/shiny/Main/ScriptLoader.hpp
/usr/include/shiny/Main/ShaderInstance.hpp
/usr/include/shiny/Main/ShaderSet.hpp
/usr/include/shiny/Platforms
/usr/include/shiny/Platforms/Ogre
/usr/include/shiny/Platforms/Ogre/OgreGpuProgram.hpp
/usr/include/shiny/Platforms/Ogre/OgreMaterial.hpp
/usr/include/shiny/Platforms/Ogre/OgreMaterialSerializer.hpp
/usr/include/shiny/Platforms/Ogre/OgrePass.hpp
/usr/include/shiny/Platforms/Ogre/OgrePlatform.hpp
/usr/include/shiny/Platforms/Ogre/OgreTextureUnitState.hpp
/usr/lib64/libshiny.so
/usr/share/doc/shiny-devel
/usr/share/doc/shiny-devel/FindSHINY.cmake
References
Summary
In this tutorial we learn how to install shiny-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/shiny /usr/include/shiny/Editor /usr/include/shiny/Editor/Actions.hpp /usr/include/shiny/Editor/AddPropertyDialog.hpp /usr/include/shiny/Editor/ColoredTabWidget.hpp /usr/include/shiny/Editor/Editor.hpp /usr/include/shiny/Editor/MainWindow.hpp /usr/include/shiny/Editor/NewMaterialDialog.hpp /usr/include/shiny/Editor/PropertySortModel.hpp /usr/include/shiny/Editor/Query.hpp /usr/include/shiny/Extra /usr/include/shiny/Extra/core.h /usr/include/shiny/Main /usr/include/shiny/Main/Factory.hpp /usr/include/shiny/Main/Language.hpp /usr/include/shiny/Main/MaterialInstance.hpp /usr/include/shiny/Main/MaterialInstancePass.hpp /usr/include/shiny/Main/MaterialInstanceTextureUnit.hpp /usr/include/shiny/Main/Platform.hpp /usr/include/shiny/Main/Preprocessor.hpp /usr/include/shiny/Main/PropertyBase.hpp /usr/include/shiny/Main/ScriptLoader.hpp /usr/include/shiny/Main/ShaderInstance.hpp /usr/include/shiny/Main/ShaderSet.hpp /usr/include/shiny/Platforms /usr/include/shiny/Platforms/Ogre /usr/include/shiny/Platforms/Ogre/OgreGpuProgram.hpp /usr/include/shiny/Platforms/Ogre/OgreMaterial.hpp /usr/include/shiny/Platforms/Ogre/OgreMaterialSerializer.hpp /usr/include/shiny/Platforms/Ogre/OgrePass.hpp /usr/include/shiny/Platforms/Ogre/OgrePlatform.hpp /usr/include/shiny/Platforms/Ogre/OgreTextureUnitState.hpp /usr/lib/libshiny.so /usr/share/doc/shiny-devel /usr/share/doc/shiny-devel/FindSHINY.cmake
## References
* [shiny-devel website](https://github.com/scrawl/shiny/)
## Summary
In this tutorial we learn how to install `shiny-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).