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

Last updated: May 04,2024

1. Install "openCOLLADA.i686" package

This guide covers the steps necessary to install openCOLLADA.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install openCOLLADA.i686

2. Uninstall "openCOLLADA.i686" package

In this section, we are going to explain the necessary steps to uninstall openCOLLADA.i686 on Fedora 35:

$ sudo dnf remove openCOLLADA.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 5:19:21 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : openCOLLADA
Version : 1.6.68
Release : 3.fc35
Architecture : i686
Size : 1.6 M
Source : openCOLLADA-1.6.68-3.fc35.src.rpm
Repository : fedora
Summary : Collada 3D import and export libraries
URL : https://collada.org/mediawiki/index.php/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