How To Install ogre-utils on Fedora 36
Introduction
In this tutorial we learn how to install ogre-utils on Fedora 36.
What is ogre-utils
Contains OgreXMLConverter, it can take .mesh.xml files and convert them into their binary variant. Also provides OgreMeshUpgrader that can load old Ogre .mesh files and upgrade them to the latest version.
We can use yum or dnf to install ogre-utils on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ogre-utils.
Install ogre-utils 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-utils using dnf by running the following command:
sudo dnf -y install ogre-utils
Install ogre-utils 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-utils using yum by running the following command:
sudo yum -y install ogre-utils
How To Uninstall ogre-utils on Fedora 36
To uninstall only the ogre-utils package we can use the following command:
sudo dnf remove ogre-utils
ogre-utils Package Contents on Fedora 36
/usr/bin/OgreMeshUpgrader
/usr/bin/OgreXMLConverter
/usr/bin/rcapsdump
/usr/lib/.build-id
/usr/lib/.build-id/0d/07d0ac23758eae9a5d18989086198afecc3bd4
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/205dc0616dca88eeb4a95d8ece63b10e9f36a3
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/620e79506741a79c614a02a66e255514f91ced
References
Summary
In this tutorial we learn how to install ogre-utils on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).