How To Install OpenSceneGraph-gdal on Fedora 36

In this tutorial we learn how to install OpenSceneGraph-gdal in Fedora 36. OpenSceneGraph-gdal is OSG Gdal plugin

Introduction

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

What is OpenSceneGraph-gdal

OSG Gdal plugin.

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

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

sudo dnf -y install OpenSceneGraph-gdal

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

sudo yum -y install OpenSceneGraph-gdal

How To Uninstall OpenSceneGraph-gdal on Fedora 36

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

sudo dnf remove OpenSceneGraph-gdal

OpenSceneGraph-gdal Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/1bb46d5bd17dbeadfc0d573576c1fe5527ad70
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/6bbc3fbb941361dd0e5f112965b0952631ab55
/usr/lib64/osgPlugins-3.6.5/osgdb_gdal.so
/usr/lib64/osgPlugins-3.6.5/osgdb_ogr.so

References

Summary

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