How To Install OpenSceneGraph-examples-SDL on Fedora 36

In this tutorial we learn how to install OpenSceneGraph-examples-SDL in Fedora 36. OpenSceneGraph-examples-SDL is OSG sample applications using SDL

Introduction

In this tutorial we learn how to install OpenSceneGraph-examples-SDL on Fedora 36.

What is OpenSceneGraph-examples-SDL

OSG sample applications using SDL.

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

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

sudo dnf -y install OpenSceneGraph-examples-SDL

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

sudo yum -y install OpenSceneGraph-examples-SDL

How To Uninstall OpenSceneGraph-examples-SDL on Fedora 36

To uninstall only the OpenSceneGraph-examples-SDL package we can use the following command:

sudo dnf remove OpenSceneGraph-examples-SDL

OpenSceneGraph-examples-SDL Package Contents on Fedora 36

/usr/bin/osgviewerSDL
/usr/lib/.build-id
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/e1ead6483ed14d5e3932f5bfbf076f005a7aa8

References

Summary

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