How to Install and Uninstall openCOLLADA.i686 Package on Fedora 36

Last updated: July 03,2024

1. Install "openCOLLADA.i686" package

Please follow the guidelines below to install openCOLLADA.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install openCOLLADA.i686

2. Uninstall "openCOLLADA.i686" package

This guide let you learn how to uninstall openCOLLADA.i686 on Fedora 36:

$ sudo dnf remove openCOLLADA.i686 $ sudo dnf autoremove

3. Information about the openCOLLADA.i686 package on Fedora 36

Last metadata expiration check: 0:41:01 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : openCOLLADA
Version : 1.6.70
Release : 1.fc36
Architecture : i686
Size : 1.8 M
Source : openCOLLADA-1.6.70-1.fc36.src.rpm
Repository : fedora
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