How To Install OpenSceneGraph-examples-fltk on Fedora 36
Introduction
In this tutorial we learn how to install OpenSceneGraph-examples-fltk
on Fedora 36.
What is OpenSceneGraph-examples-fltk
OSG sample applications using FLTK.
We can use yum
or dnf
to install OpenSceneGraph-examples-fltk
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install OpenSceneGraph-examples-fltk.
Install OpenSceneGraph-examples-fltk 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-fltk
using dnf
by running the following command:
sudo dnf -y install OpenSceneGraph-examples-fltk
Install OpenSceneGraph-examples-fltk 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-fltk
using yum
by running the following command:
sudo yum -y install OpenSceneGraph-examples-fltk
How To Uninstall OpenSceneGraph-examples-fltk on Fedora 36
To uninstall only the OpenSceneGraph-examples-fltk
package we can use the following command:
sudo dnf remove OpenSceneGraph-examples-fltk
OpenSceneGraph-examples-fltk Package Contents on Fedora 36
/usr/bin/osgviewerFLTK
/usr/lib/.build-id
/usr/lib/.build-id/d2/56fab2595b7587292e82f646439c292179d18f
References
Summary
In this tutorial we learn how to install OpenSceneGraph-examples-fltk
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).