How To Install ogre-rtss on Fedora 36
Introduction
In this tutorial we learn how to install ogre-rtss
on Fedora 36.
What is ogre-rtss
The Real Time Shader System, or RTSS for short, is a component of Ogre. This component is used to generate shaders on the fly based on object material properties, scene setup and other user definitions.
We can use yum
or dnf
to install ogre-rtss
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ogre-rtss.
Install ogre-rtss 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 ogre-rtss
using dnf
by running the following command:
sudo dnf -y install ogre-rtss
Install ogre-rtss 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 ogre-rtss
using yum
by running the following command:
sudo yum -y install ogre-rtss
How To Uninstall ogre-rtss on Fedora 36
To uninstall only the ogre-rtss
package we can use the following command:
sudo dnf remove ogre-rtss
ogre-rtss Package Contents on Fedora 36
---
title: "How To Install ogre-rtss on Fedora 36"
linkTitle: "ogre-rtss"
type: "docs"
description: "In this tutorial we learn how to install ogre-rtss in Fedora 36. ogre-rtss is OGRE RT Shader System component"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/ogre-rtss-featured.png
---
## Introduction
In this tutorial we learn how to install `ogre-rtss` on Fedora 36.
### What is `ogre-rtss`
> The Real Time Shader System, or RTSS for short, is a component of Ogre. This component is used to generate shaders on the fly based on object material properties, scene setup and other user definitions.
We can use `yum` or `dnf` to install `ogre-rtss` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ogre-rtss.
## Install ogre-rtss 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 ogre-rtss
using dnf
by running the following command:
sudo dnf -y install ogre-rtss
Install ogre-rtss 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 ogre-rtss
using yum
by running the following command:
sudo yum -y install ogre-rtss
How To Uninstall ogre-rtss on Fedora 36
To uninstall only the ogre-rtss
package we can use the following command:
sudo dnf remove ogre-rtss
ogre-rtss Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/9de3dff02ae2327b23068dd42d05db528e962f
/usr/lib/libOgreRTShaderSystem.so.1.9.0
References
Summary
In this tutorial we learn how to install ogre-rtss
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/da /usr/lib/.build-id/da/8414e80e73f66cb9a4497e2e74b6caa38388a5 /usr/lib64/libOgreRTShaderSystem.so.1.9.0
## References
* [ogre-rtss website](http://www.ogre3d.org/)
## Summary
In this tutorial we learn how to install `ogre-rtss` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).