How To Install osgearth-tools on Fedora 36

In this tutorial we learn how to install osgearth-tools in Fedora 36. osgearth-tools is osgearth viewers and tools

Introduction

In this tutorial we learn how to install osgearth-tools on Fedora 36.

What is osgearth-tools

The osgearth-tools contains viewers and data manipulation tools for osgearth.

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

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

sudo dnf -y install osgearth-tools

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

sudo yum -y install osgearth-tools

How To Uninstall osgearth-tools on Fedora 36

To uninstall only the osgearth-tools package we can use the following command:

sudo dnf remove osgearth-tools

osgearth-tools Package Contents on Fedora 36

/usr/bin/osgearth_atlas
/usr/bin/osgearth_boundarygen
/usr/bin/osgearth_conv
/usr/bin/osgearth_shadergen
/usr/bin/osgearth_tfs
/usr/bin/osgearth_version
/usr/bin/osgearth_viewer
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/6e73b54a9c829d508ff383963c606c21826c9a
/usr/lib/.build-id/51
/usr/lib/.build-id/51/b2a504b326b8140346e1296624ba4e46eecd00
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/662ba88d01464552374ee430d20b31aadb12e8
/usr/lib/.build-id/64
/usr/lib/.build-id/64/d97fb9224e424d2e9f155bc1dd67c8fe218f33
/usr/lib/.build-id/97
/usr/lib/.build-id/97/6a2419958177348739b735b7d13f2fc42ab961
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/7e6bdeb38c80930cbb09b7c986d7ed1299e345
/usr/lib/.build-id/a8/5c97f09f9db752849e2881388f1715828ed9ba

References

Summary

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