How to Install and Uninstall openCOLLADA.x86_64 Package on Oracle Linux 9

Last updated: May 19,2024

1. Install "openCOLLADA.x86_64" package

Here is a brief guide to show you how to install openCOLLADA.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install openCOLLADA.x86_64

2. Uninstall "openCOLLADA.x86_64" package

This tutorial shows how to uninstall openCOLLADA.x86_64 on Oracle Linux 9:

$ sudo dnf remove openCOLLADA.x86_64 $ sudo dnf autoremove

3. Information about the openCOLLADA.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:08:20 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : openCOLLADA
Version : 1.6.70
Release : 2.el9
Architecture : x86_64
Size : 1.8 M
Source : openCOLLADA-1.6.70-2.el9.src.rpm
Repository : epel
Summary : Collada 3D import and export libraries
URL : https://github.com/RemiArnaud/OpenCOLLADA/
License : MIT
Description : COLLADA is a royalty-free XML schema that enables digital asset
: exchange within the interactive 3D industry.
: OpenCOLLADA is a Google summer of code opensource project providing
: libraries for 3D file interchange between applications like blender.
: COLLADABaseUtils Utils used by many of the other projects
: COLLADAFramework Datamodel used to load COLLADA files
: COLLADAStreamWriter Sources (Library to write COLLADA files)
: COLLADASaxFrameworkLoader Library that loads COLLADA files in a sax
: like manner into the framework data model
: COLLADAValidator XML validator for COLLADA files, based on
: the COLLADASaxFrameworkLoader
: GeneratedSaxParser Library used to load xml files in the way
: used by COLLADASaxFrameworkLoader