How to Install and Uninstall openCOLLADA.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "openCOLLADA.x86_64" package

In this section, we are going to explain the necessary steps to install openCOLLADA.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install openCOLLADA.x86_64

2. Uninstall "openCOLLADA.x86_64" package

This is a short guide on how to uninstall openCOLLADA.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove openCOLLADA.x86_64 $ sudo dnf autoremove

3. Information about the openCOLLADA.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:23:13 ago on Mon Feb 26 07:04:30 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