How To Install openCOLLADA-utils on Fedora 36

In this tutorial we learn how to install openCOLLADA-utils in Fedora 36. openCOLLADA-utils is XML validator for COLLADA files

Introduction

In this tutorial we learn how to install openCOLLADA-utils on Fedora 36.

What is openCOLLADA-utils

XML validator for COLLADA files, based on the COLLADASaxFrameworkLoader.

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

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

sudo dnf -y install openCOLLADA-utils

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

sudo yum -y install openCOLLADA-utils

How To Uninstall openCOLLADA-utils on Fedora 36

To uninstall only the openCOLLADA-utils package we can use the following command:

sudo dnf remove openCOLLADA-utils

openCOLLADA-utils Package Contents on Fedora 36

/usr/bin/DAEValidator
/usr/bin/OpenCOLLADAValidator
/usr/lib/.build-id
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/e39ed5cfaa4e6ae1a4e4d33b61db1b7f0d47a4
/usr/lib/.build-id/97
/usr/lib/.build-id/97/dac79e285e1381f83affd6faf95f3565d3d71c

References

Summary

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